{ "opencollection": "1.0.0", "info": { "name": "Airflow Asset Config API", "version": "2" }, "items": [ { "info": { "name": "Config", "type": "folder" }, "items": [ { "info": { "name": "Airflow Get Config", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/config", "headers": [ { "name": "accept", "value": "" } ], "params": [ { "name": "section", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Airflow Get Config" }, { "info": { "name": "Airflow Get Config Value", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/config/section/:section/option/:option", "headers": [ { "name": "accept", "value": "" } ], "params": [ { "name": "section", "value": "", "type": "path" }, { "name": "option", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Airflow Get Config Value" } ] } ], "bundled": true }