{ "opencollection": "1.0.0", "info": { "name": "Jupyter Notebook Server REST Contents Sessions API", "version": "7.0" }, "items": [ { "info": { "name": "Sessions", "type": "folder" }, "items": [ { "info": { "name": "List active sessions", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8888/api/sessions" }, "docs": "List active sessions" }, { "info": { "name": "Create a new session", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8888/api/sessions" }, "docs": "Create a new session" }, { "info": { "name": "Get a session", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8888/api/sessions/:session_id", "params": [ { "name": "session_id", "value": "", "type": "path" } ] }, "docs": "Get a session" }, { "info": { "name": "Update a session", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8888/api/sessions/:session_id", "params": [ { "name": "session_id", "value": "", "type": "path" } ] }, "docs": "Update a session" }, { "info": { "name": "Delete a session", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8888/api/sessions/:session_id", "params": [ { "name": "session_id", "value": "", "type": "path" } ] }, "docs": "Delete a session" } ] } ], "bundled": true }