Skip to main content
PUT
Add a reaction of a user to a review

Path Parameters

review_id
string
required

Unique Identifier of a review.

Body

application/json

Reaction to add to review.

user
integer
required

ID of the user that reacts to the review.

reaction
enum<string>
required

The reaction that is added.

Available options:
like,
dislike

Response

Successful Response