v2
latestOpenAPI 3.0.02026-07-261859071.2 MBMaintenance windows
Update a maintenance window
Partially updates a maintenance window. Only fields included in the request body are modified; omitted fields are left unchanged. Status-page-only fields live under statusPageVisibility and only take effect when statusPageVisibility.enabled: true.
put/v1/maintenance-windows/{id}
Path parameters
idinteger required
Headers
x-checkly-accountstring
Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general
Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general
Request body
Example request
{
"name": "Maintenance Window",
"tags": [
"production"
],
"startsAt": "2022-08-24",
"endsAt": "2022-08-25"
}Response
Successful
Example response
{
"id": 1,
"tags": [
"production"
]
}