Update Chatbot
PATCH
/api/chatbots/{id}
Update an existing chatbot
Authorizations
ApiKeyAuth
API key for authentication. Get your API key from the dashboard.
TypeAPI Key (header: X-Api-Key)
Parameters
Path Parameters
id*
Typestring
RequiredRequest Body
application/json
JSON
{
"data": {
"type": "chatbots",
"id": "string",
"attributes": {
"name": "string",
"description": "string",
"enabledPlugins": [
"string"
],
"settings": {
"additionalProperties": "string"
},
"widgetConfig": {
"additionalProperties": "string"
},
"allowedDomains": [
"string"
]
}
}
}
Responses
Updated chatbot
application/vnd.api+json
JSON
[
]