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