Documents

Update Document Metadata

If you want to mark a document as “approved” or “denied” (if you have a document review process), or just change the name or type of a document, you can do so with the PATCH endpoint.

patch/entities/{entity_token}/documents/{document_token}

Request body

approvedboolean required
typestring required
approval_agent_emailstring required
namestring required

Response

Document

Items[] required— unresolved $ref

Changes