Bot

Update an Agent

Updates supplied Agent fields. Empty optional strings clear those fields.

post/bot/updateAgent

Headers

authorizationstring required

Required bot token using the Bearer scheme.

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