{ "opencollection": "1.0.0", "info": { "name": "Jupyter Notebook Jupyter Kernel Gateway Authorization Config API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Config", "type": "folder" }, "items": [ { "info": { "name": "Jupyter Notebook Get configuration section", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8888/api/api/config/:section_name", "params": [ { "name": "section_name", "value": "", "type": "path", "description": "Name of the configuration section." } ] }, "docs": "Get the configuration values for a specific section." }, { "info": { "name": "Jupyter Notebook Update configuration section", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:8888/api/api/config/:section_name", "params": [ { "name": "section_name", "value": "", "type": "path", "description": "Name of the configuration section." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the configuration values for a specific section. The provided values are merged with existing configuration." }, { "info": { "name": "Jupyter Notebook Patch configuration section", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8888/api/api/config/:section_name", "params": [ { "name": "section_name", "value": "", "type": "path", "description": "Name of the configuration section." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Partially update configuration values for a specific section. Only the provided keys are updated." } ] } ], "bundled": true }