v4

latestOpenAPI 3.1.02026-08-08349225311.7 KB
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

project_idstring required
decision'pending' | 'accepted' | 'rejected' required

Response

Successful Response

object required