Create Environment
Creates a new environment inside the environment identified with the ID {envId}.
URI: POST /resource/create/environment/{envId}
Parameters
Parameters in bold are mandatory
Location | Name | Description | Type |
---|---|---|---|
path | envId | The ID of the parent environment where the new environment will be created. See Get Resource ID for further details on how to retrieve IDs. | str |
querystring | label | The name of the new environment. | str |
body | permissionList | The permissions assigned to the new source. The parameters to specify are:
| list |
To see details on possible response codes, go to API Responses.