{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Job Configuration API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Job Configuration", "type": "folder" }, "items": [ { "info": { "name": "Get advanced settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/job/:jobId/advancedSettings", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "Job ID" } ] }, "docs": "Get list and values of the advanced settings of the job.\nDefault values for each setting are available in [our documentation](https://hub.qovery.com/docs/using-qovery/configuration/advanced-settings/)\n" }, { "info": { "name": "Edit advanced settings", "type": "http" }, "http": { "method": "PUT", "url": "https://api.qovery.com/job/:jobId/advancedSettings", "params": [ { "name": "jobId", "value": "", "type": "path", "description": "Job ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit advanced settings by returning table of advanced settings." } ] } ], "bundled": true }