v3
latestOpenAPI 3.0.02026-07-2759120262.8 KBMaintenance Windows
Update a maintenance window
Update a maintenance window
patch/maintenance-windows/{id}
Path parameters
idnumber required
ID of the maintenance window
Request body
Example request
{
"name": "Weekend Maintenance Window",
"date": "2024-06-20",
"time": "12:00:00",
"duration": 10,
"days": [
2,
4,
5
],
"monitorIds": [
1,
2,
3
],
"status": "active"
}