v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBCase Management
Update a maintenance window
Updates the name, query, start time, or end time of an existing maintenance window.
put/api/v2/maintenance_windows/{maintenance_window_id}
Path parameters
maintenance_window_idstring required
The UUID of the maintenance window.
Request body
Example request
{
"data": {
"type": "maintenance_window"
}
}Response
OK
Example response
{
"data": {
"attributes": {
"end_at": "2026-06-01T06:00:00Z",
"name": "Weekly maintenance",
"query": "project:SEC",
"start_at": "2026-06-01T00:00:00Z"
},
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"type": "maintenance_window"
}
}