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