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