LangBot Docs
知识库

更新知识库

PUT
/api/v1/knowledge/bases/{kb_uuid}

Authorization

X-API-Key<token>

In: header

Path Parameters

kb_uuid*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://example.com/api/v1/knowledge/bases/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{}'
{  "code": 0}