{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Application Configuration API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Application Configuration", "type": "folder" }, "items": [ { "info": { "name": "Get Application Network information", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/application/:applicationId/network", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application ID" } ] }, "docs": "Get status of the application network settings." }, { "info": { "name": "Edit Application Network", "type": "http" }, "http": { "method": "PUT", "url": "https://api.qovery.com/application/:applicationId/network", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit the Network settings of the application." }, { "info": { "name": "Get advanced settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/application/:applicationId/advancedSettings", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application ID" } ] }, "docs": "Get list and values of the advanced settings of the application.\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/application/:applicationId/advancedSettings", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit advanced settings by returning table of advanced settings." } ] } ], "bundled": true }