Skip to main content

Refresh a whole selection of series from the active provider in one call.

POST 

/api/v1/series/bulk/refresh-metadata

Runs synchronously: the active provider today resolves get() against its local offline dump, so a page-sized batch is fast and network-free. If a future active provider fetches remotely per get(), this must move to a dispatched background job with progress reporting instead.

Per-id problems (unknown id, no active-provider mapping, provider record missing) are reported in skipped — the batch never aborts on them.

Request

Responses