{ "opencollection": "1.0.0", "info": { "name": "QuantCDN AI Agents Containers API", "version": "4.15.8" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Containers", "type": "folder" }, "items": [ { "info": { "name": "Get the containers in an environment", "type": "http" }, "http": { "method": "GET", "url": "https://dashboard.quantcdn.io/api/v3/organizations/:organisation/applications/:application/environments/:environment/containers", "params": [ { "name": "organisation", "value": "test-org", "type": "path", "description": "The organisation ID" }, { "name": "application", "value": "test-app", "type": "path", "description": "The application ID" }, { "name": "environment", "value": "test-env", "type": "path", "description": "The environment ID" } ] }, "docs": "Get the containers in an environment" }, { "info": { "name": "Update a container in an environment", "type": "http" }, "http": { "method": "PUT", "url": "https://dashboard.quantcdn.io/api/v3/organizations/:organisation/applications/:application/environments/:environment/containers/:container", "params": [ { "name": "organisation", "value": "test-org", "type": "path", "description": "The organisation ID" }, { "name": "application", "value": "test-app", "type": "path", "description": "The application ID" }, { "name": "environment", "value": "test-env", "type": "path", "description": "The environment ID" }, { "name": "container", "value": "test-container", "type": "path", "description": "The container ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a container in an environment" } ] } ], "bundled": true }