Skip to main content
POST
/
admin
/
moderation
/
reports
/
{report_id}
/
review
Review Report
curl --request POST \
  --url https://staging-api.polysimulator.com/admin/moderation/reports/{report_id}/review
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

authorization
string | null

Path Parameters

report_id
integer
required

Query Parameters

action
string
required
Pattern: ^(dismiss|warn|mute|remove_content)$
mute_days
integer | null
Required range: 1 <= x <= 365

Response

Successful Response