{ "opencollection": "1.0.0", "info": { "name": "Lumen Internet On-Demand Bandwidth API", "version": "2026-01-01" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.lumen.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Bandwidth", "type": "folder" }, "items": [ { "info": { "name": "Update bandwidth", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lumen.com/internet-on-demand/connections/:connectionId/bandwidth", "params": [ { "name": "connectionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Dynamically adjust the bandwidth for an existing connection." } ] } ], "bundled": true }