Skip to main content
DELETE
/
reviews
/
{review_id}
/
reactions
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

review_id
string
required

Unique Identifier of a review.

Body

application/json

Review reaction

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