{ "opencollection": "1.0.0", "info": { "name": "airbyte-api Applications public_groups API", "version": "1.0.0" }, "items": [ { "info": { "name": "public_groups", "type": "folder" }, "items": [ { "info": { "name": "Airbyte List Groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.airbyte.com/v1/groups", "params": [ { "name": "organizationId", "value": "", "type": "query", "description": "Filter groups by organization ID" }, { "name": "limit", "value": "", "type": "query", "description": "Set the limit on the number of Groups returned. The default is 20 Groups." }, { "name": "offset", "value": "", "type": "query", "description": "Set the offset to start at when returning Groups. The default is 0." } ] }, "docs": "List all groups within the specified organization" }, { "info": { "name": "Airbyte Create Group", "type": "http" }, "http": { "method": "POST", "url": "https://api.airbyte.com/v1/groups", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new group within an organization" }, { "info": { "name": "Airbyte Get Group Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.airbyte.com/v1/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Group identifier" } ] }, "docs": "Get a specific group by ID" }, { "info": { "name": "Airbyte Update Group", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.airbyte.com/v1/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Group identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing group" }, { "info": { "name": "Airbyte Delete Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.airbyte.com/v1/groups/:groupId", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Group identifier" } ] }, "docs": "Delete a group and remove all associated memberships" } ] } ], "bundled": true }