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 }
操作成功
0