Update document
Knowledgebases
Update document
Update a document’s name or description
PUT
Update document
This endpoint updates the metadata of an existing document. You can only update the name and description - the document type and content cannot be changed.Documentation Index
Fetch the complete documentation index at: https://docs.autocalls.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The unique identifier of the knowledgebase
The unique identifier of the document to update
Request Body
The new name for the document (max 255 characters)
The new description for the document (max 255 characters)
Response
Success message
The updated document object
To update the content of a document, you need to delete the existing document and create a new one with the updated content.

