Update a document (partial update)

Performs a partial update of a document's metadata. Only the fields provided in the request body are updated; unspecified fields remain unchanged. The stored document file is not modified by this endpoint.

Path Params
integer
required

Unique identifier of the document.

Body Params

Document metadata for partial update. Only the provided fields will be updated.

string | null

Display name of the document.

string | null

Optional description or notes about the document.

tags
array of strings

List of tags to assign to the document. Replaces the existing tags list entirely.

tags
Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json