v1

latestOpenAPI 3.0.32026-07-13201451.3 KB
Chatbots

Update a chatbot

Updates and retrains a chatbot with new content

post/update-chatbot-data

Request body

chatbotIdstring required

ID of the chatbot to update

chatbotNamestring required

Updated name for the chatbot

sourceTextstring

New training text content

Example request

{
  "chatbotId": "ckl123abc456",
  "chatbotName": "Updated Bot Name",
  "sourceText": "Updated training content..."
}

Response

Chatbot updated successfully

chatbotIdstring

Example response

{
  "chatbotId": "ckl123abc456"
}