{ "opencollection": "1.0.0", "info": { "name": "Jupyter Server REST Config Terminals API", "version": "1.0.0" }, "items": [ { "info": { "name": "Terminals", "type": "folder" }, "items": [ { "info": { "name": "List terminals", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8888/api/terminals" }, "docs": "List terminals" }, { "info": { "name": "Create terminal", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8888/api/terminals" }, "docs": "Create terminal" }, { "info": { "name": "Get terminal", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8888/api/terminals/:terminal_id", "params": [ { "name": "terminal_id", "value": "", "type": "path" } ] }, "docs": "Get terminal" }, { "info": { "name": "Close terminal", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8888/api/terminals/:terminal_id", "params": [ { "name": "terminal_id", "value": "", "type": "path" } ] }, "docs": "Close terminal" } ] } ], "bundled": true }