{ "opencollection": "1.0.0", "info": { "name": "Incident.io Actions Incident Roles API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Incident Roles", "type": "folder" }, "items": [ { "info": { "name": "listIncidentRoles", "type": "http" }, "http": { "method": "GET", "url": "https://api.incident.io/v2/incident-roles" } }, { "info": { "name": "createIncidentRole", "type": "http" }, "http": { "method": "POST", "url": "https://api.incident.io/v2/incident-roles", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getIncidentRole", "type": "http" }, "http": { "method": "GET", "url": "https://api.incident.io/v2/incident-roles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "updateIncidentRole", "type": "http" }, "http": { "method": "PUT", "url": "https://api.incident.io/v2/incident-roles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteIncidentRole", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.incident.io/v2/incident-roles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }