{ "opencollection": "1.0.0", "info": { "name": "Rootly Alerts Services API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Services", "type": "folder" }, "items": [ { "info": { "name": "List services", "type": "http" }, "http": { "method": "GET", "url": "https://api.rootly.com/v1/services" }, "docs": "List services" }, { "info": { "name": "Create service", "type": "http" }, "http": { "method": "POST", "url": "https://api.rootly.com/v1/services", "body": { "type": "json", "data": "{}" } }, "docs": "Create service" }, { "info": { "name": "Get service", "type": "http" }, "http": { "method": "GET", "url": "https://api.rootly.com/v1/services/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier" } ] }, "docs": "Get service" }, { "info": { "name": "Update service", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.rootly.com/v1/services/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update service" } ] } ], "bundled": true }