Edit AI Chatbots
Actions
Edit AI Chatbots
Edit settings for an AI Chatbots order. Only works for orders where order_type is ‘ai_chatbots’.
POST
Edit AI Chatbots
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The language of the response
Available options:
en, ru Path Parameters
The ID of the order
Body
application/json
All parameters are optional. Only pass the parameters you want to change.
Speech recognition language code (e.g. 'auto', 'en', 'ru'). See /tariffs for available options.
Example:
"auto"
Number of chatbots (cannot exceed the originally purchased amount)
Required range:
x >= 1Example:
50
Interval between messages in seconds. Minimum depends on count: ceil(60 / count), at least 1.
Required range:
1 <= x <= 60Example:
10
Response
Action Success
The status of the action
Example:
"ok"