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

Changes

Changed in 1 of the 18 revisions of this API.11

  • bc8a81bf391411See the full diff
    • added the new required request property

      new-required-request-property

    • removed the request property

      request-property-removed

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog