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

Headers

authorization
string | null

Path Parameters

report_id
integer
required

Query Parameters

action
string
required

Response

Successful Response