{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Helm Configuration API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Helm Configuration", "type": "folder" }, "items": [ { "info": { "name": "Get advanced settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/helm/:helmId/advancedSettings", "params": [ { "name": "helmId", "value": "", "type": "path", "description": "Helm ID" } ] }, "docs": "Get list and values of the advanced settings of the helm." }, { "info": { "name": "Edit advanced settings", "type": "http" }, "http": { "method": "PUT", "url": "https://api.qovery.com/helm/:helmId/advancedSettings", "params": [ { "name": "helmId", "value": "", "type": "path", "description": "Helm ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit advanced settings by returning table of advanced settings." } ] } ], "bundled": true }