Skip to main content
PUT
/
v1
/
knowledge-bases
/
{kb_id}
Update Knowledge Base
curl --request PUT \
  --url https://api.example.com/v1/knowledge-bases/{kb_id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>"
}
'
{}

Headers

authorization
string | null

Path Parameters

kb_id
string<uuid>
required

Body

application/json
name
string | null
Required string length: 1 - 255
description
string | null

Response

Successful Response

The response is of type Response Update Knowledge Base V1 Knowledge Bases Kb Id Put · object.