cURL
curl --request POST \ --url https://api.replyke.com/api/v6/:projectId/api/v7/comments/:commentId/reactions \ --header 'Content-Type: application/json' \ --data ' { "reactionType": "<string>", "userId": "<string>" } '
Add or update a reaction on a comment
reactionCounts
upvote
downvote
like
love
wow
sad
angry
funny
Not Found — 404
{ "error": "Comment not found.", "code": "comment/not-found" }