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>"
}
'{}Update KB name (public).
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>"
}
'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
The response is of type Response Update Knowledge Base Name Knowledge Bases Knowledge Base Id Put · object.
Was this page helpful?