{ "opencollection": "1.0.0", "info": { "name": "JupyterHub REST Activity Groups API", "version": "5.2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "JupyterHub List groups", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/hub/api/groups" }, "docs": "Returns the list of all groups." }, { "info": { "name": "JupyterHub Create groups", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/hub/api/groups" }, "docs": "Creates one or more groups." }, { "info": { "name": "JupyterHub Get group", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/hub/api/groups/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Returns the named group." }, { "info": { "name": "JupyterHub Create group", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/hub/api/groups/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Creates the named group." }, { "info": { "name": "JupyterHub Delete group", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8000/hub/api/groups/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Deletes the named group." }, { "info": { "name": "JupyterHub Add users to group", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/hub/api/groups/:name/users", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Adds users to the named group." }, { "info": { "name": "JupyterHub Remove users from group", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8000/hub/api/groups/:name/users", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Removes users from the named group." } ] } ], "bundled": true }