Update a document (full update)

Performs a full update of a document's metadata. All updatable fields (name, description, tags) should be provided in the request body. The stored document file is not modified by this endpoint.

Path Params
integer
required

Unique identifier of the document.

Body Params

Document metadata for full update. All fields should be provided.

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