{ "opencollection": "1.0.0", "info": { "name": "API Reference AlertService RoleService API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "RoleService", "type": "folder" }, "items": [ { "info": { "name": "GetMyPermissions", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/mypermissions" } }, { "info": { "name": "GetResources", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/resources" } }, { "info": { "name": "GetRoles", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/roles" } }, { "info": { "name": "GetRole", "type": "http" }, "http": { "method": "GET", "url": "https://{central-host}/v1/roles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "DeleteRole", "type": "http" }, "http": { "method": "DELETE", "url": "https://{central-host}/v1/roles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "CreateRole", "type": "http" }, "http": { "method": "POST", "url": "https://{central-host}/v1/roles/:name", "params": [ { "name": "name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "UpdateRole", "type": "http" }, "http": { "method": "PUT", "url": "https://{central-host}/v1/roles/:name", "params": [ { "name": "name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }