POST /releases/{release}/confirm-review
Confirm a held release into distribution review
Part of Preflight QC (optional add-on). Confirms a release currently
held for your quality check, moving it into LabelGrid's distribution
review — the same routing that would have applied without the hold.
Supports Idempotency-Key replay: a retry with the same key returns
the original result without confirming twice.
Conflict responses: 409 not_in_customer_review_hold,
409 checks_in_progress, 409 release_not_in_review,
409 checks_stale (the release was edited after the analysis
completed — re-run it via the quality-report refresh endpoint first).
Requires Preflight QC to be enabled for the owning account
(403 pre_review_qc_not_enabled).
Parameters
- release (path)
Responses
- 200
- 404
- 401
- 422