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

namestring
handlestring
emojistring
descriptionstring
skill_keystring
instructionsstring

Example request

{
  "agent_id": "42"
}

Response

BotUpdateAgentSuccess

oktrue required

Always true for a successful request.

Changes