POST
/
api
/
v1
/
review
/
{rid}
/
reject
Reject Review
curl --request POST \
  --url https://api.example.com/api/v1/review/{rid}/reject \
  --header 'Content-Type: application/json' \
  --data '
{
  "note": "<string>"
}
'
{}

Path Parameters

rid
string
required

Body

application/json
note
string | null

Response

Successful Response

The response is of type Response Reject Review Api V1 Review Rid Reject Post · object.