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
- 200
- 400
- 401
- 403
- 404
- 422
- 429
Successful Response
Error
Error
Error
Error
Validation Error
Error