Documents
Update a document
Updates a document’s properties by its unique identifier.
PUT
Headers
Path Parameters
Body
application/json
The name of the document
The ID of the folder containing the document
The summary of the document
Response
200
application/json
Successful Response
The ID of the document.
The name of the document.
The ID of the folder that contains the document.
The path to the document file.
The type of the document file. Options: pdf
, docx
, txt
, html
, md
.
The URL of the document file.
A summary of the document content.
The version of the document.
The date and time the document was created.
The date and time the document was last updated.