# Updates knowledgebase name and description Endpoint: PUT /platform-config/v1/knowledge_bases/{knowledge_base_id} Version: 1.0.0 ## Path parameters: - `knowledge_base_id` (any, required) ## Query parameters: - `tenant_id` (any, required) ## Request fields (application/json): - `name` (any) Updated name of the knowledgeBase Example: "MySlm" - `description` (any) Updated description of the knowledgeBase Example: "My Updated description" - `roles` (array) Updated roles Example: "[CEO]" - `ragPrompt` (any) Document RAG propmpt Example: "you are an intelligent assistant..."