{ "opencollection": "1.0.0", "info": { "name": "Incident.io Actions Maintenance Windows API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Maintenance Windows", "type": "folder" }, "items": [ { "info": { "name": "listMaintenanceWindows", "type": "http" }, "http": { "method": "GET", "url": "https://api.incident.io/v2/maintenance-windows" } }, { "info": { "name": "createMaintenanceWindow", "type": "http" }, "http": { "method": "POST", "url": "https://api.incident.io/v2/maintenance-windows", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getMaintenanceWindow", "type": "http" }, "http": { "method": "GET", "url": "https://api.incident.io/v2/maintenance-windows/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "updateMaintenanceWindow", "type": "http" }, "http": { "method": "PUT", "url": "https://api.incident.io/v2/maintenance-windows/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteMaintenanceWindow", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.incident.io/v2/maintenance-windows/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }