runtime_mutations
ckg

Review Claim Endpoint

Record a user's accept/reject decision on a finding from the knowledge panel.

The decision lives on the claim's review_status column. accepted keeps the finding and clears its affordances; rejected reuses the existing soft-delete; pending is the undo state. A soft-deleted finding can only re-enter review via pending (undo); accepting one directly is rejected so the row can never end up accepted while still soft-deleted.

post/api/claims/{claim_id}/review

Path parameters

claim_idstring required

Request body

workspace_idstring required
decision'pending' | 'accepted' | 'rejected' required

Response

Successful Response

object required

Changes

Changed in 2 of the 30 revisions of this API.112

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

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

  • 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