Updates the reactions of the comment with the specified id on the task with the specified id.
Updates the reactions of the comment with the specified id on the task with the specified id.
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
taskId
The id of the task.
commentId
The id of the comment.
Request
The model used to update the reactions of the comment with the specified id.
emoji
The reaction (emoji).
operation
The operation. Can be 'add' or 'remove'.
Response
OK