Update Knowledge Base
Knowledge Bases
Update Knowledge Base
Updates the data of a knowledge base.
PUT
Update Knowledge Base
Documentation Index
Fetch the complete documentation index at: https://docs.orkeia.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
PUT https://gateway.orkeia.ai/knowledge-bases/{id}
AuthenticationRequires header
authorization: <your_token>.
Path Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| id | string | Yes | Identifier of the knowledge base. | KB_123456 |
Request Body (JSON)
Notes
- The wrapper is the same as used in creation, containing
knowledgeBaseandfilename.- For
type: "file", send the correspondingfilenamefor the new file (if any).
Example (cURL)
Responses
Response - Success
response
