{ "opencollection": "1.0.0", "info": { "name": "Escape Public Asm Roles API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-ESCAPE-API-KEY", "value": "{{X-ESCAPE-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Roles", "type": "folder" }, "items": [ { "info": { "name": "List roles", "type": "http" }, "http": { "method": "GET", "url": "https://public.escape.tech/v3/roles" }, "docs": "List and search roles of the organization." }, { "info": { "name": "Create a role", "type": "http" }, "http": { "method": "POST", "url": "https://public.escape.tech/v3/roles", "body": { "type": "json", "data": "{}" } }, "docs": "Create a role for the organization." }, { "info": { "name": "Create role bindings", "type": "http" }, "http": { "method": "POST", "url": "https://public.escape.tech/v3/roles/bindings", "body": { "type": "json", "data": "{}" } }, "docs": "Create role bindings." }, { "info": { "name": "Delete a role binding", "type": "http" }, "http": { "method": "DELETE", "url": "https://public.escape.tech/v3/roles/bindings/:bindingId", "params": [ { "name": "bindingId", "value": "", "type": "path", "description": "The role binding ID" } ] }, "docs": "Delete a role binding." }, { "info": { "name": "Get a role", "type": "http" }, "http": { "method": "GET", "url": "https://public.escape.tech/v3/roles/:roleId", "params": [ { "name": "roleId", "value": "", "type": "path", "description": "The role ID" } ] }, "docs": "Get a role by ID." }, { "info": { "name": "Update a role", "type": "http" }, "http": { "method": "PUT", "url": "https://public.escape.tech/v3/roles/:roleId", "params": [ { "name": "roleId", "value": "", "type": "path", "description": "The role ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a role." } ] } ], "bundled": true }