PUT
/
{kb}
curl --request PUT \
  --url https://app.docs.bynesoft.com/api/knowledge-base/{kb} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "name": "<string>"
}'
This response does not have an example.

Authorizations

X-API-Key
string
header
required

Path Parameters

kb
string | null
required

Body

application/json
name
string
required

Response

204
_mintlify/placeholder

Successful Response