{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs RBACRoles API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "RBACRoles", "type": "folder" }, "items": [ { "info": { "name": "Create a new RBAC Role", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/:workspace/rbac/roles", "params": [ { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new RBAC Role" }, { "info": { "name": "Get a RBAC Role", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/:workspace/rbac/roles/:RBACRoleId", "params": [ { "name": "RBACRoleId", "value": "", "type": "path", "description": "ID of the RBAC Role to lookup" }, { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace" } ] }, "docs": "Get a RBAC Role using ID." }, { "info": { "name": "Upsert a RBAC Role", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}{path}/:workspace/rbac/roles/:RBACRoleId", "params": [ { "name": "RBACRoleId", "value": "", "type": "path", "description": "ID of the RBAC Role to lookup" }, { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or Update RBAC Role using ID." }, { "info": { "name": "Delete a RBAC Role", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/:workspace/rbac/roles/:RBACRoleId", "params": [ { "name": "RBACRoleId", "value": "", "type": "path", "description": "ID of the RBAC Role to lookup" }, { "name": "workspace", "value": "", "type": "path", "description": "The name of the workspace" } ] }, "docs": "Delete a RBAC Role" } ] } ], "bundled": true }