{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Groups API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Create a new Group", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/groups", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Group" }, { "info": { "name": "Get a Group", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/groups/:GroupId", "params": [ { "name": "GroupId", "value": "", "type": "path", "description": "ID of the Group to lookup" } ] }, "docs": "Get a Group using ID." }, { "info": { "name": "Upsert a Group", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}{path}/groups/:GroupId", "params": [ { "name": "GroupId", "value": "", "type": "path", "description": "ID of the Group to lookup" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create or Update Group using ID." }, { "info": { "name": "Delete a Group", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/groups/:GroupId", "params": [ { "name": "GroupId", "value": "", "type": "path", "description": "ID of the Group to lookup" } ] }, "docs": "Delete a Group" }, { "info": { "name": "Create Group's Roles", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/groups/:GroupId/roles", "params": [ { "name": "GroupId", "value": "", "type": "path", "description": "ID of the Group to lookup" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create roles for a specified group" }, { "info": { "name": "Delete a Group’s Role", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/groups/:GroupId/roles", "params": [ { "name": "GroupId", "value": "", "type": "path", "description": "ID of the Group to lookup" }, { "name": "rbac_role_id", "value": "12773c9a-7f7c-45f2-bcea-5285eb18fd2f", "type": "query", "description": "ID of the role to remove from the group." }, { "name": "workspace_id", "value": "", "type": "query" } ] }, "docs": "Delete a group's roles." } ] } ], "bundled": true }