Request
Path Parameters
uuidstringrequired
The unique identifier of the maintenance window to update
Example:"mw_ot0dguXcrUnB2b"
Bodyapplication/json
namestringrequired
The maintenance window name for internal use
start_datestringrequired
The start date of the maintenance window in ISO 8601 format
end_datestringrequired
The end date of the maintenance window in ISO 8601 format
monitorsarray<string>required
Array of monitor and component UUIDs affected by this maintenance
statuspagesarray<string>optional
Array of status page UUIDs where the maintenance will be displayed
titleobjectoptional
Localized title shown on the status page. Use language keys (
en, fr, de, ru, nl, pl, se). Supports basic HTML formatting.updatesarray<object>optional
Array of update messages. Each update has a
text object (localized) and a date in ISO 8601 format.notificationOptionenum<string>optional
Defines how subscribers are notified about the maintenance
Default:
nonenotificationMinutesnumberoptional
Minutes before the start to send notification. Only used when
notificationOption is scheduled.Default:
60Response
Returns a success message on successful update.