v1
latestOpenAPI 3.0.32026-07-13201451.3 KBChatbots
Update a chatbot
Updates and retrains a chatbot with new content
post/update-chatbot-data
Request body
Example request
{
"chatbotId": "ckl123abc456",
"chatbotName": "Updated Bot Name",
"sourceText": "Updated training content..."
}Response
Chatbot updated successfully
Example response
{
"chatbotId": "ckl123abc456"
}