New docs? Check out the change log to learn more!
curl --request PATCH \
--url https://discord.com/api/v10/guilds/{guild_id}/stickers/{sticker_id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"tags": "<string>",
"description": "<string>"
}
'{
"id": "<string>",
"name": "<string>",
"tags": "<string>",
"type": 2,
"format_type": "<unknown>",
"description": "<string>",
"available": true,
"guild_id": "<string>",
"user": {
"id": "<string>",
"username": "<string>",
"avatar": "<string>",
"discriminator": "<string>",
"public_flags": 123,
"flags": 0,
"global_name": "<string>",
"primary_guild": "<unknown>",
"bot": true,
"system": true,
"banner": "<string>",
"accent_color": 123,
"avatar_decoration_data": "<unknown>",
"collectibles": "<unknown>"
}
}curl --request PATCH \
--url https://discord.com/api/v10/guilds/{guild_id}/stickers/{sticker_id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"tags": "<string>",
"description": "<string>"
}
'{
"id": "<string>",
"name": "<string>",
"tags": "<string>",
"type": 2,
"format_type": "<unknown>",
"description": "<string>",
"available": true,
"guild_id": "<string>",
"user": {
"id": "<string>",
"username": "<string>",
"avatar": "<string>",
"discriminator": "<string>",
"public_flags": 123,
"flags": 0,
"global_name": "<string>",
"primary_guild": "<unknown>",
"bot": true,
"system": true,
"banner": "<string>",
"accent_color": 123,
"avatar_decoration_data": "<unknown>",
"collectibles": "<unknown>"
}
}Discord bot token
200 response for update_guild_sticker
a sticker uploaded to a guild for the guild's members
2 Show child attributes