{ "opencollection": "1.0.0", "info": { "name": "Jupyter Server REST Checkpoints Contents API", "version": "2.14.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Contents", "type": "folder" }, "items": [ { "info": { "name": "Jupyter Server Get contents", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8888/api/contents/:path", "params": [ { "name": "path", "value": "", "type": "path" }, { "name": "type", "value": "", "type": "query" }, { "name": "format", "value": "", "type": "query" }, { "name": "content", "value": "", "type": "query" } ] }, "docs": "Retrieves a file or directory at the given path." }, { "info": { "name": "Jupyter Server Create contents", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8888/api/contents/:path", "params": [ { "name": "path", "value": "", "type": "path" } ] }, "docs": "Creates a new file or directory at the given path." }, { "info": { "name": "Jupyter Server Save contents", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:8888/api/contents/:path", "params": [ { "name": "path", "value": "", "type": "path" } ] }, "docs": "Saves or uploads a file or notebook to the given path." }, { "info": { "name": "Jupyter Server Rename contents", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8888/api/contents/:path", "params": [ { "name": "path", "value": "", "type": "path" } ] }, "docs": "Renames or moves a file or directory at the given path." }, { "info": { "name": "Jupyter Server Delete contents", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8888/api/contents/:path", "params": [ { "name": "path", "value": "", "type": "path" } ] }, "docs": "Deletes a file or directory at the given path." } ] } ], "bundled": true }