{ "opencollection": "1.0.0", "info": { "name": "Jupyter Notebook Jupyter Kernel Gateway Authorization Groups API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Jupyter Notebook List groups", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8888/api/groups", "params": [ { "name": "offset", "value": "", "type": "query", "description": "Offset for pagination." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of groups to return." } ] }, "docs": "List all groups." }, { "info": { "name": "Jupyter Notebook Get group details", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8888/api/groups/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Group name." } ] }, "docs": "Get information about a specific group." }, { "info": { "name": "Jupyter Notebook Create a group", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8888/api/groups/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Group name." } ] }, "docs": "Create a new group with the given name." }, { "info": { "name": "Jupyter Notebook Delete a group", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8888/api/groups/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Group name." } ] }, "docs": "Delete a group. Users in the group are not deleted." }, { "info": { "name": "Jupyter Notebook Add users to a group", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8888/api/groups/:name/users", "params": [ { "name": "name", "value": "", "type": "path", "description": "Group name." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add one or more users to a group." }, { "info": { "name": "Jupyter Notebook Remove users from a group", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8888/api/groups/:name/users", "params": [ { "name": "name", "value": "", "type": "path", "description": "Group name." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove one or more users from a group." }, { "info": { "name": "Jupyter Notebook Set group properties", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:8888/api/groups/:name/properties", "params": [ { "name": "name", "value": "", "type": "path", "description": "Group name." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set or replace all custom properties for a group." } ] } ], "bundled": true }