cURL
curl --request PATCH \ --url https://api.example.com/status-pages/{id}/status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "status": "operational", "message": "<string>", "componentIds": [ "<string>" ] } '
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Status Page ID
The new status of the status page
operational
degraded
partial_outage
major_outage
maintenance
Message explaining the status change
Components to update with this status change
The status page status has been successfully updated.