Guilds

Update guild sticker

Update guild sticker. Requires manage_emojis permission. Updates sticker name, description, or tags.

patch/guilds/{guild_id}/stickers/{sticker_id}

Path parameters

guild_idstring snowflake required

The ID of the guild

sticker_idstring snowflake required

The ID of the sticker

Request body

namestring required

The name of the sticker (2-30 characters)

descriptionstring nullable

Description of the sticker (1-500 characters)

tagsstring[]

Array of autocomplete/suggestion tags (max 10 tags, each 1-30 characters)

Response

Success

idstring required

The unique identifier for this sticker

namestring required

The name of the sticker

descriptionstring required

The description of the sticker

tagsstring[] required

Autocomplete/suggestion tags for the sticker

animatedboolean required

Whether this sticker is animated

nsfwboolean required

Whether this sticker is classified as NSFW

Changes

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