{ "opencollection": "1.0.0", "info": { "name": "Incident.io Actions Alert Attributes API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Alert Attributes", "type": "folder" }, "items": [ { "info": { "name": "List alert attributes", "type": "http" }, "http": { "method": "GET", "url": "https://api.incident.io/v2/alert-attributes" }, "docs": "List alert attributes" }, { "info": { "name": "Create alert attribute", "type": "http" }, "http": { "method": "POST", "url": "https://api.incident.io/v2/alert-attributes", "body": { "type": "json", "data": "{}" } }, "docs": "Create alert attribute" }, { "info": { "name": "Show alert attribute", "type": "http" }, "http": { "method": "GET", "url": "https://api.incident.io/v2/alert-attributes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Show alert attribute" }, { "info": { "name": "Update alert attribute", "type": "http" }, "http": { "method": "PUT", "url": "https://api.incident.io/v2/alert-attributes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update alert attribute" }, { "info": { "name": "Delete alert attribute", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.incident.io/v2/alert-attributes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete alert attribute" } ] } ], "bundled": true }