Documents
Update a document
Update attributes of the latest document version.
patch/documents/{document_id}
Path parameters
document_idstring uuid required
Example:b01db9c7-78f2-4a99-8aca-1231d32f9b96
The unique identifier of the document.
Request body
Response
Updated document properties.
Example response
{
"available_versions_info": [
{
"creation_time": "2010-05-06T12:23:34.321Z",
"last_updated_time": "2010-05-06T12:23:34.321Z"
}
],
"creation_time": "2010-05-06T12:23:34.321Z",
"id": "b01db9c7-78f2-4a99-8aca-1231d32f9b96",
"last_updated_time": "2010-05-06T12:23:34.321Z",
"tenant": "abcdef_ghijkl"
}