v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Update a Reaction emoji

patch/reaction-emojis/{id}/

Path parameters

idstring required

Reaction Emoji ID

Request body

namestring required

The name of the reaction emoji

filestring binary required

The reaction emoji image file

order_indexinteger

Optional index to order the emoji in the reaction pack. Smaller numbers sort first.

emoji_unicodestring

Emoji character or unicode escape sequence for the same

Response

200

idstring
urlstring
namestring
pack_idstring
pack_urlstring
pack_namestring
filestring
{"stackTrail":"paths:/reaction-emojis/{id}/:patch:responses:200:content:application/json:schema:properties:emoji_unicode","oasType":"schema","type":"unknown"}
order_indexinteger
mimetypestring

Example response

{
  "id": "f1ee16bd-2315-4204-acbd-c232cc338a13",
  "url": "https://cf-blast.livelikecdn.com/api/v1/reaction-emojis/f1ee16bd-2315-4204-acbd-c232cc338a13/",
  "name": "My Reaction Emoji",
  "pack_id": "fd2cc73b-662b-4914-bb1c-341a0ce34a79",
  "pack_url": "https://cf-blast.livelikecdn.com/api/v1/reaction-packs/fd2cc73b-662b-4914-bb1c-341a0ce34a79/",
  "pack_name": "My Reaction Pack",
  "file": "https://cf-blast-storage.livelikecdn.com/assets/f84a9bc4-ff46-4f7b-b174-78187a52e103.png",
  "mimetype": "image/png"
}