bots

Patch a bot

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.

put/api/v4/bots/{bot_user_id}

Path parameters

bot_user_idstring required

Bot user ID

Request body

usernamestring required
display_namestring
descriptionstring

Response

Bot patch successful

user_idstring

The user id of the associated user entry.

create_atinteger

The time in milliseconds a bot was created

update_atinteger

The time in milliseconds a bot was last updated

delete_atinteger

The time in milliseconds a bot was deleted

usernamestring
display_namestring
descriptionstring
owner_idstring

The user id of the user that currently owns this bot.

Changes