Skip to main content

Toggle a reaction on a comment

POST 

/api/v1/comments/:commentId/reactions

End-user toggles a reaction type on a comment. Re-posting the same reaction_type removes the prior reaction; a different type is added alongside (a user can hold several reaction types on one comment). Allowed types default to like|love|laugh|surprise|sad|angry, tenant- tunable via the allowedReactions setting. Emits a reaction_toggled SSE event.

Request

Responses

Default Response