cURL
curl --request PUT \ --url https://api.example.com/reviews/{review_id}/reactions \ --header 'Content-Type: application/json' \ --data ' { "user": 123, "reaction": "like" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Unique Identifier of a review.
Reaction to add to review.
ID of the user that reacts to the review.
The reaction that is added.
like
dislike
Successful Response