Bulk-retry a set of review-queue releases. The body's `ids` (or, when empty, the filter fields) select the target set (capped at the per-batch limit). Spawns a background batch under the shared retry-all lock and returns immediately; a concurrent retry-all / bulk-retry reports `skipped: true`. An empty match set is reported as `triggered: false` with `matched: 0` (no batch spawned, nothing skipped).
POST/api/v1/releases/bulk/retry
Bulk-retry a set of review-queue releases. The body's ids (or, when
empty, the filter fields) select the target set (capped at the per-batch
limit). Spawns a background batch under the shared retry-all lock and
returns immediately; a concurrent retry-all / bulk-retry reports
skipped: true. An empty match set is reported as triggered: false
with matched: 0 (no batch spawned, nothing skipped).
Request
Responses
- 202