RecomputeSpansResponse
Response from POST /api/v1/series/recompute-spans. The endpoint runs
synchronously, so the counts are the actual outcome of the pass.
releasesRewritteninteger<int64>required
Releases whose stored volume/chapter span was rewritten because re-parsing the file list (or title) produced a different value.
Possible values: >= 0
seriesUpdatedinteger<int64>required
Series rows whose highest_volume / highest_chapter changed.
Possible values: >= 0
RecomputeSpansResponse
{
"releasesRewritten": 0,
"seriesUpdated": 0
}