Skip to main content
POST
Update a chatbot

Authorizations

Authorization
string
header
required

API key in Bearer token format

Body

application/json
chatbotId
string
required

ID of the chatbot to update

Example:

"ckl123abc456"

chatbotName
string
required

Updated name for the chatbot

Minimum string length: 3
Example:

"Updated Bot Name"

sourceText
string

New training text content

Example:

"Updated training content..."

Response

Chatbot updated successfully

chatbotId
string
Example:

"ckl123abc456"