Update Knowledge Base Document
Update a knowledge base document (name, parent folder, etc.)
Authorizations
API key for programmatic access
Path Parameters
Body
Request body for PATCH /knowledge-base/{documentation_id} endpoint. Update the name of a document.
A custom, human-readable name for the document.
1Response
Successful Response
- GetKnowledgeBaseURLResponseModel
- GetKnowledgeBaseFileResponseModel
- GetKnowledgeBaseTextResponseModel
- GetKnowledgeBaseFolderResponseModel
Knowledge base document response for URL type
Document ID
Document name
Document metadata
Access information for the requesting user
The source URL
The extracted content from the URL
Supported usage modes for this document
How the document is used in agent context.
- prompt: Always include full document in LLM context
- auto: Use RAG to retrieve relevant chunks
prompt, auto The ID of the parent folder, or null if the document is at the root level.
The folder path segments leading to this entity, from root to parent folder.
Document type discriminator
"url"