Skip to main content

Update a knowledge base's name/description

PATCH 

/v1/knowledge-bases/:kb_id

Rename a knowledge base or change its description.

Only name and description can be changed here: RAG configuration lives behind PATCH /v1/knowledge-bases/{kb_id}/settings, and content is managed through the /documents endpoints. System and shared knowledge bases are read-only and reject this call.

Requires the knowledge:write scope.

Request

Responses

Successful Response