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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

Unique identifier of the document.

Body Params

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

Request body for updating document metadata. Used for both full (PUT) and partial (PATCH) updates. The document file itself cannot be changed through this endpoint.

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
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json