Bot

Regenerate the keys for a bot

PATCH
/api/v1/bot/regenerate/{botId}
/api/v1/bot/regenerate/{botId}

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Path Parameters

botId
Required
string

The ID of the bot to update

curl -X PATCH "https://example.com/api/v1/bot/regenerate/string" \
  -H "Authorization: <token>"

OK