Skip to main content
PUT
/
knowledge-bases
/
{knowledge_base_id}
Update Knowledge Base Name
curl --request PUT \
  --url https://api.dev.kathan.tech/knowledge-bases/{knowledge_base_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

knowledge_base_id
string
required

Body

application/json
name
string
required

Response

Successful Response

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