Updates the reactions of the comment with the specified id on the project with the specified id.

POST
Updates the reactions of the comment with the specified id on the project with the specified id.

Path parameters

projectIdstringRequired
The id of the project.
commentIdstringRequired
The id of the comment.

Request

This endpoint expects an object.
emojistringRequired
The reaction (emoji).
operationstringRequired
The operation. Can be 'add' or 'remove'.