curl --request PUT \
--url https://api.staging.kathan.tech/knowledge-bases/{knowledge_base_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'X-User-ID: <api-key>' \
--data '
{
"name": "<string>"
}
'{}Update KB name (public).
curl --request PUT \
--url https://api.staging.kathan.tech/knowledge-bases/{knowledge_base_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'X-User-ID: <api-key>' \
--data '
{
"name": "<string>"
}
'{}API key authentication.
Required user id for API key requests.
Successful Response
The response is of type Response Update Knowledge Base Name Knowledge Bases Knowledge Base Id Put · object.
Was this page helpful?