Update Knowledge Base
Knowledge Bases
Update Knowledge Base
Update a knowledge base.
PUT
Update Knowledge Base
Documentation Index
Fetch the complete documentation index at: https://docs.kollie.ai/llms.txt
Use this file to discover all available pages before exploring further.
Update Knowledge Base
This endpoint updates an existing knowledge base.Request
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer token for authentication |
| Content-Type | string | Yes | application/json |
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| kb_id | string | Yes | The ID of the knowledge base to update |
Body
Body Fields
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | No | New name for the knowledge base |
| description | string | No | New description for the knowledge base |
Response
200 OK
Response Fields
| Field | Type | Description |
|---|---|---|
| id | string | Unique identifier for the knowledge base |
| name | string | Updated name of the knowledge base |
| description | string | Updated description of the knowledge base |
| created_at | string | Timestamp when the knowledge base was created |
| updated_at | string | Timestamp when the knowledge base was last updated |
| organization_id | string | ID of the organization that owns the knowledge base |
Example
Authorizations
Path Parameters
Body
application/json
Response
Successful Response

