{ "opencollection": "1.0.0", "info": { "name": "Union FlyteAdmin Control Plane API (HTTP/JSON Gateway) Domains Version API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{org}.app.union.ai/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Version", "type": "folder" }, "items": [ { "info": { "name": "Get the FlyteAdmin control plane version.", "type": "http" }, "http": { "method": "GET", "url": "https://{org}.app.union.ai/api/v1/version" }, "docs": "Get the FlyteAdmin control plane version." } ] } ], "bundled": true }