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.
Path parameters
Headers
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",
"timezone": "America/New_York"
}Response
Successful
Example response
{
"id": 1,
"tags": [
"production"
],
"projectBindings": {
"owner": {
"binding": {
"logicalId": "homepage-check"
}
},
"references": [
{
"binding": {
"logicalId": "homepage-check"
}
}
]
}
}Changes
Changed in 2 of the 4 revisions of this API.115
- ○
added the optional property
projectBindingsto the response with the200statusresponse-optional-property-added
This revision also has 566 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the
repeatIntervalrequest property type/format changed fromnumber/tointeger/request-property-type-changed
- ●
the
repeatIntervalrequest property's max was set to365.00request-property-max-set
- ○
added the new optional request property
statusPageVisibility/showAffectedServicesnew-optional-request-property
- ○
added the new optional request property
timezonenew-optional-request-property
- ○
added the optional property
statusPageVisibility/showAffectedServicesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
timezoneto the response with the200statusresponse-optional-property-added
- ▲