Modify knowledge base settings (name and description).
Request Body
Updated knowledge base name
curl -X PATCH https://api-be.atthene.com/api/v1/knowledge-bases/kb_123/ \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Updated Product Knowledge Base",
"description": "Comprehensive product documentation and user guides"
}'
Response
Returns the updated knowledge base object with new updated_at timestamp.