Authorizations
This token can be obtained by the system admin after creating a platformApp. This token should be used to provision agent bots, accounts, users and their roles.
Path Parameters
The ID of the agentbot to be updated
Body
The name of the agent bot
"My Agent Bot"
The description of the agent bot
"This is a sample agent bot"
The webhook URL for the bot
"https://example.com/webhook"
The account ID to associate the agent bot with
1
Send the form data with the avatar image binary or use the avatar_url
The url to a jpeg, png file for the agent bot avatar
"https://example.com/avatar.png"
Response
Success
ID of the agent bot
The name of the agent bot
The description about the agent bot
The thumbnail of the agent bot
The webhook URL for the bot
The type of the bot
The configuration of the bot
Account ID if it's an account specific bot
The access token for the bot
Whether the bot is a system bot