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.
Path parameters
Request body
Response
Successful Response
Changes
Changed in 2 of the 30 revisions of this API.112
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
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
- ▲