Skip to main content
POST
/
admin
/
status
Set Site Status
curl --request POST \
  --url https://staging-api.polysimulator.com/admin/status \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

authorization
string | null

Body

application/json

The body is of type Status Data · object.

Response

Successful Response