Rename Flow
Renames the flow identified with the ID {rflId}.
POST /resource/rename/flow/{rflId}
Parameters
Parameters in bold are mandatory.
Location | Name | Description | Type |
---|---|---|---|
path | rflId | The ID of the flow to be renamed. See Get Resource ID for further details on how to retrieve IDs. | str |
querystring | newlabel | The new name for the resource. | str |
body | isSelected | If True, the renamed flow will be the one in use. | bool |
To see details on possible response codes, go to API Responses.