latestOpenAPI 3.1.02026-08-22379259358.7 KB

c53108d35a70

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

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

Response

Successful Response

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