Skip to main content
Modify knowledge base settings (name and description).
kb_id
string
required
The knowledge base ID

Request Body

name
string
Updated knowledge base name
description
string
Updated description
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.