v4

latestOpenAPI 3.1.02026-08-08349225311.7 KB
runtime_mutations
ckg

Review Claims Bulk Endpoint

Apply one decision to many findings — Accept all / Reject all and undo.

Acts only on the explicit claim_ids the client passes (the rows the user is looking at), skipping non-findings and any accepted that can't apply because the finding is already soft-deleted. Returns the claim ids actually affected so the client can offer a precise batch undo.

post/api/claims/review_bulk

Request body

project_idstring required
claim_idsstring[] required
decision'pending' | 'accepted' | 'rejected' required

Response

Successful Response

affectedstring[] required
decision'pending' | 'accepted' | 'rejected' required