Verifications
Update verification document
Updates the content or type of an existing KYC verification document.
put/verifications/{uuid}/documents/{document_uuid}
Path parameters
uuidstring required
Verification UUID.
document_uuidstring required
Request body
Example request
{
"type": "IDENTITY_PROOF",
"content": "data:application/pdf;base64,iVBORw0KGgo..."
}Response
Document updated