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