Skip to main content
PUT
Set a message reaction

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

project
string
required

Path Parameters

messageId
string
required

Body

application/json

Body of PUT /v3/messages/{messageId}/reactions.

Explicit op instead of a blind toggle: idempotent and retry-safe, and immune to the optimistic-UI race where a stale toggle inverts intent.

emoji
string
required

The unicode emoji, e.g. "👍" or "👨‍👩‍👧". Validated server-side (pictographic/keycap/flag required, max 32 UTF-16 units).

op
enum<string>
required
Available options:
add,
remove

Response

200 - application/json

Ok