Skip to main content
POST
Add an update to a maintenance window

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

statusPageId
string
required
maintenanceId
string
required

Body

application/json
content
string
required
status
enum<string>
required
Available options:
scheduled,
in_progress,
completed,
cancelled

Response

201 - undefined