cURL
curl --request PUT \ --url http://localhost:5300/api/v1/knowledge/bases/{kb_uuid} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "code": 0, "msg": "ok", "data": {} }
Update knowledge base information
API Key authentication using X-API-Key header. Example: X-API-Key: lbk_your_api_key_here
X-API-Key: lbk_your_api_key_here
Knowledge Base UUID
Update successful
0
"ok"