{ "opencollection": "1.0.0", "info": { "name": "Incident.io Actions Severities API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Severities", "type": "folder" }, "items": [ { "info": { "name": "listSeverities", "type": "http" }, "http": { "method": "GET", "url": "https://api.incident.io/v2/severities" } }, { "info": { "name": "createSeverity", "type": "http" }, "http": { "method": "POST", "url": "https://api.incident.io/v2/severities", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getSeverity", "type": "http" }, "http": { "method": "GET", "url": "https://api.incident.io/v2/severities/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "updateSeverity", "type": "http" }, "http": { "method": "PUT", "url": "https://api.incident.io/v2/severities/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteSeverity", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.incident.io/v2/severities/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }