Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://api.example.com/reviews/{review_id}/reactions \ --header 'Content-Type: application/json' \ --data '{ "user": 123 }'
{ "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