v1
latestOpenAPI 3.0.02026-07-2494288373.8 KBDocument check
Review a Document check
Approve or reject a Document check. The Reviewer type will be set to api.
See also
Learn more about Document checks
patch/v1/checks/document/{id}/review
Path parameters
idstring uuid required
Id of the Document check
Request body
Response
Document check has been reviewed
ℹ️ Click to see full payload
Example response
{
"data": {
"settings": {
"document_type": {
"key": "some_key"
}
}
}
}