Skip to main content
PATCH
/
packs
/
emojis
/
{pack_id}
/
{emoji_id}
Update pack emoji
curl --request PATCH \
  --url https://api.fluxer.app/v1/packs/emojis/{pack_id}/{emoji_id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "id": "<string>",
  "name": "<string>",
  "animated": true
}

Authorizations

Authorization
string
header
required

Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.

Path Parameters

pack_id
string<snowflake>
required

The ID of the pack

emoji_id
string<snowflake>
required

The ID of the emoji

Body

application/json
name
string
required

The name of the emoji (2-32 characters, alphanumeric and underscores only)

Response

Success

id
string
required

The unique identifier for this emoji

name
string
required

The name of the emoji

animated
boolean
required

Whether this emoji is animated