{ "opencollection": "1.0.0", "info": { "name": "airbyte-api Applications public_group_permissions API", "version": "1.0.0" }, "items": [ { "info": { "name": "public_group_permissions", "type": "folder" }, "items": [ { "info": { "name": "Airbyte List Group Permissions", "type": "http" }, "http": { "method": "GET", "url": "https://api.airbyte.com/v1/groups/:groupId/permissions", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Group identifier" } ] }, "docs": "Get all permissions assigned to a group" }, { "info": { "name": "Airbyte Create Group Permission", "type": "http" }, "http": { "method": "POST", "url": "https://api.airbyte.com/v1/groups/:groupId/permissions", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Group identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Assign a permission to a group" }, { "info": { "name": "Airbyte Delete Group Permission", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.airbyte.com/v1/groups/:groupId/permissions/:permissionId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Group identifier" }, { "name": "permissionId", "value": "", "type": "path", "description": "Permission identifier" } ] }, "docs": "Remove a permission from a group" } ] } ], "bundled": true }