Update an agent bot
PATCH
/api/v1/accounts/{account_id}/agent_bots/{id}
Account AgentBots
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/api/v1/accounts//agent_bots/' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"name": "string",
"description": "string",
"outgoing_url": "string"
}'
Response Response Example
200 - Example 1
{
"id": 0,
"name": "string",
"description": "string",
"account_id": 0,
"outgoing_url": "string"
}
Request
Path Params
account_id
stringÂ
required
id
stringÂ
required
Body Params application/json; charset=utf-8