Add Comment Reaction
Comment Endpoints
Add Comment Reaction
Add or update a reaction on a comment
POST
Add Comment Reaction
Adds a reaction of the specified type to a comment. If the user already has a reaction on this comment, it is replaced with the new type. The comment’sDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
reactionCounts map is updated accordingly.
Authentication required.
Path Parameters
The UUID of the comment to react to.
Body Parameters
The type of reaction to add. One of:
upvote, downvote, like, love, wow, sad, angry, funny.Override which user the reaction is attributed to. Service or master key only.
Response
Returns the updated Comment object with the newreactionCounts map.
Error Responses
Not Found — 404
Not Found — 404

