{ "opencollection": "1.0.0", "info": { "name": "Incident.io Actions Catalog Entries API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Catalog Entries", "type": "folder" }, "items": [ { "info": { "name": "List catalog entries", "type": "http" }, "http": { "method": "GET", "url": "https://api.incident.io/v2/catalog-entries" }, "docs": "List catalog entries" }, { "info": { "name": "Create catalog entry", "type": "http" }, "http": { "method": "POST", "url": "https://api.incident.io/v2/catalog-entries", "body": { "type": "json", "data": "{}" } }, "docs": "Create catalog entry" }, { "info": { "name": "getCatalogEntry", "type": "http" }, "http": { "method": "GET", "url": "https://api.incident.io/v2/catalog-entries/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "updateCatalogEntry", "type": "http" }, "http": { "method": "PUT", "url": "https://api.incident.io/v2/catalog-entries/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteCatalogEntry", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.incident.io/v2/catalog-entries/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }