Update Document
Update Document
Update the name or description of a document in a Famulor knowledge base via API. Keep your AI voice agent’s source materials organized and labelled.
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.
Path Parameters
The unique identifier of the knowledge base
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 Fields
Success message
The updated document object
To update the content of a document, you must delete the existing document and create a new one with the updated content.

