OAuth2

Update bot profile

Modifies bot profile information such as name, avatar, and status. Changes apply to the bot account associated with this OAuth2 application.

patch/oauth2/applications/{id}/bot

Path parameters

idstring required

The id

Request body

usernamestring
discriminatorstring
avatarstring byte

Base64-encoded image data

bannerstring byte

Base64-encoded image data

biostring nullable

The bio or description of the bot

bot_flagsinteger

The bot user flags

Response

Success

idstring required

The unique identifier of the bot user

usernamestring required

The username of the bot

discriminatorstring required

The discriminator of the bot

avatarstring nullable required

The avatar hash of the bot

bannerstring nullable required

The banner hash of the bot

biostring nullable required

The bio or description of the bot

flagsinteger required

The bot user flags

Changes

No recorded changes to this endpoint across all 1 revision of this API.