{ "opencollection": "1.0.0", "info": { "name": "HighBond API Reference Actions Groups API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "List groups in an instance\n", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{server}/v1/orgs/:org_id/groups", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." } ] }, "docs": "Get a list of groups for a particular HighBond instance.\n" }, { "info": { "name": "Create a new group", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{server}/v1/orgs/:org_id/groups", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a group to a HighBond instance." }, { "info": { "name": "Get group information", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{server}/v1/orgs/:org_id/groups/:group_id", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "group_id", "value": "", "type": "path", "description": "The ID of the group." } ] }, "docs": "Get basic information for a single group." }, { "info": { "name": "Update group information", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{server}/v1/orgs/:org_id/groups/:group_id", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The ID of the HighBond instance." }, { "name": "group_id", "value": "", "type": "path", "description": "The ID of the group." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates information for a single group." } ] } ], "bundled": true }