BotUsers

Update

Update attributes of a bot user by ID.

patch/bot_users/{id}

Path parameters

idstring required

Headers

ngrok-versioninteger required

Request body

idstring

n/a

namestring

human-readable name used to identify the bot

activeboolean

whether or not the bot is active

Response

Update attributes of a bot user by ID.

idstring

unique API key resource identifier

uristring

URI to the API resource of this bot user

namestring

human-readable name used to identify the bot

activeboolean

whether or not the bot is active

created_atstring

timestamp when the api key was created, RFC 3339 format

Changes