Skip to main content

Bulk-enable release tracking for multiple series.

POST 

/api/v1/series/bulk/track-for-releases

For each series_id in the request, flips series_tracking.tracked to true and runs the seed pass (auto-derives aliases, latest_known_*, track_chapters / track_volumes from existing data). Series that don't exist are reported as outcome: skipped. Series already tracked are reported as outcome: skipped, detail: "already tracked" and the seed is not re-run (idempotent — a re-run would simply re-derive identical values, but we skip the work).

Mirrors the per-series PATCH false -> true transition: same seed function, same idempotency guarantees.

Request

Responses

Bulk-tracked series