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

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

Path parameters

documentIdUUIDRequired

The id of the document.

commentIdUUIDRequired

The id of the comment.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
emojistringRequired>=1 character

The reaction (emoji).

operationstringRequired>=1 character

The operation. Can be โ€˜addโ€™ or โ€˜removeโ€™.

Response

No Content