Bot
Update an Agent
Updates supplied Agent fields. Empty optional strings clear those fields.
post/bot{token}/updateAgent
Path parameters
tokenstring required
Required bot token included in the URL path.
Headers
authorizationstring
Optional bot token using the Bearer scheme. When supplied, it takes precedence over the token in the URL.
Request body
Example request
{
"agent_id": "42"
}Response
BotUpdateAgentSuccess