{ "opencollection": "1.0.0", "info": { "name": "Britive Services API Documentation Applications - Root Environment Groups API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Applications - Root Environment Groups", "type": "folder" }, "items": [ { "info": { "name": "Create an environment within an application", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantURL}/api/apps/:appContainerId/root-environment-group/environments", "params": [ { "name": "appContainerId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Applies to the following applications, AWS Standalone, SalesForce, and ServiceNow" }, { "info": { "name": "Create an environment group within an application", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantURL}/api/apps/:appContainerId/root-environment-group/groups", "params": [ { "name": "appContainerId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Applies to AWS Standalone, SalesForce, and ServiceNow applications." }, { "info": { "name": "Update an environment group details within an application", "type": "http" }, "http": { "method": "PATCH", "url": "https://{tenantURL}/api/apps/:appContainerId/root-environment-group/groups", "params": [ { "name": "appContainerId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an environment group details within an application" } ] } ], "bundled": true }