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

<Check>To update a reaction of a comment the user must have at least `read` permissions on the specified project.</Check>

Authentication

AuthorizationBearer

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

OR
AuthorizationBearer

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

Path parameters

projectIdstringRequiredformat: "uuid"
The id of the project.
commentIdstringRequiredformat: "uuid"
The id of the comment.

Request

The model used to update the reactions of the comment with the specified id.
emojistringRequired>=1 character

The reaction (emoji).

operationstringRequired>=1 character
The operation. Can be 'add' or 'remove'.

Response

No Content

Errors