Update Reaction

Updates a reaction for an object.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
actionenumRequired
Allowed values:
emojistringRequiredformat: "text"

The emoji for the reaction. This can be the short name of the emoji (e.g. “joy”), or the code point (e.g. “1f602”).

objectstringRequiredformat: "id"
The object to update the reaction for.

Response

Success.

Errors