Update document
Update document
Changes an existing document in place. The response carries only a confirmation message, so refetch the document to read its new values.
PATCH
Update document
Authorizations
Voiceflow bearer token
Path Parameters
The ID of the knowledge base document to operate on.
Query Parameters
The ID of the project to operate on.
The alias of the environment to operate on (e.g. main).
Body
application/json
Metadata tags attached to the document, used to filter knowledge base retrieval at runtime.
Response
200 - application/json
Confirms the document was updated. The response is a message rather than the revised document, so fetch it again to check its status or read the resulting chunks.
A human-readable message confirming the update.