---
title: "Update a Reaction emoji"
method: PATCH
path: "/reaction-emojis/{id}/"
---

# Update a Reaction emoji

`PATCH /reaction-emojis/{id}/`

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string, required — The name of the reaction emoji
  - `file` string, binary, required — The reaction emoji image file
  - `order_index` integer — Optional index to order the emoji in the reaction pack. Smaller numbers sort first.
  - `emoji_unicode` string — Emoji character or unicode escape sequence for the same

## Response `200`

200

- object
  - `id` string
  - `url` string
  - `name` string
  - `pack_id` string
  - `pack_url` string
  - `pack_name` string
  - `file` string
  - `emoji_unicode` unknown
  - `order_index` integer
  - `mimetype` string

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/revisions/f3171d1c30f7/schema)
