Patch a bot
PUT/api/v4/bots/:bot_user_id
Partially update a bot by providing only the fields you want to update. Omitted fields will not be updated. The fields that can be updated are defined in the request body, all other provided fields will be ignored.
Permissions
Must have manage_bots permission.
Minimum server version: 5.10
Request
Responses
- 200
- 400
- 401
- 403
Bot patch successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions