{ "opencollection": "1.0.0", "info": { "name": "Galileo Public Annotations Groups API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "listGroupRoles", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v2/group_roles" } }, { "info": { "name": "listGroups", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v2/groups" } }, { "info": { "name": "createGroup", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/groups", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getGroup", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v2/groups/:group_id", "params": [ { "name": "group_id", "value": "", "type": "path" } ] } }, { "info": { "name": "updateGroup", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.galileo.ai/v2/groups/:group_id", "params": [ { "name": "group_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteGroup", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/v2/groups/:group_id", "params": [ { "name": "group_id", "value": "", "type": "path" } ] } }, { "info": { "name": "getCurrentUserGroups", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v2/current_user/groups" } } ] } ], "bundled": true }