{ "opencollection": "1.0.0", "info": { "name": "Humanitec AccountType Replicas API", "version": "0.28.24" }, "items": [ { "info": { "name": "Replicas", "type": "folder" }, "items": [ { "info": { "name": "Set number of replicas for an environment's modules.", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.humanitec.io/orgs/:orgId/apps/:appId/envs/:envId/runtime/replicas", "params": [ { "name": "orgId", "value": "sample-org", "type": "path", "description": "The Organization ID" }, { "name": "appId", "value": "sample-app", "type": "path", "description": "The Application ID" }, { "name": "envId", "value": "development", "type": "path", "description": "The Environment ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set number of replicas for an environment's modules." } ] } ], "bundled": true }