{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs RBACRoleEndpoints API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "RBACRoleEndpoints", "type": "folder" }, "items": [ { "info": { "name": "Create a new RBAC Role Endpoint", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/:workspace/rbac/roles/:RBACRoleIdForNestedEntities/endpoints", "params": [ { "name": "RBACRoleIdForNestedEntities", "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 a new RBAC Role Endpoint" }, { "info": { "name": "Delete a RBAC Role Endpoint", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/:workspace/rbac/roles/:RBACRoleIdForNestedEntities/endpoints/:workspace:RBACRoleEndpointId", "params": [ { "name": "RBACRoleEndpointId", "value": "", "type": "path", "description": "ID of the RBAC Role Endpoint to lookup" }, { "name": "RBACRoleIdForNestedEntities", "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 Endpoint" } ] } ], "bundled": true }