Updates the reactions of the comment with the specified id on the document with the specified id.
<Check title="Required Permissions" icon="key">To update a reaction of a comment the user must have at least `read` permissions on the specified document.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
documentId
The id of the document.
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'.
Errors
401
Unauthorized Error
404
Not Found Error

