{ "opencollection": "1.0.0", "info": { "name": "Incident.io Actions Incidents API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Incidents", "type": "folder" }, "items": [ { "info": { "name": "listIncidents", "type": "http" }, "http": { "method": "GET", "url": "https://api.incident.io/v2/incidents" } }, { "info": { "name": "createIncident", "type": "http" }, "http": { "method": "POST", "url": "https://api.incident.io/v2/incidents", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getIncident", "type": "http" }, "http": { "method": "GET", "url": "https://api.incident.io/v2/incidents/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "updateIncident", "type": "http" }, "http": { "method": "PUT", "url": "https://api.incident.io/v2/incidents/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }