Rename a folder or move it
homey_flow_folder_updateUpdate a flow folder by renaming it or moving it to a new parent folder, or both. Specify the folder, an optional new name, and an optional parent; passing null as parent moves it to the top level.
Instructions
Renames a flow folder, moves it inside another one, or both. The flows in it are untouched and keep working. Send parent as null to move a folder back to the top level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | A new name. Leave out to keep the current one. | |
| folder | Yes | The folder id, or its exact name. | |
| parent | No | The folder to nest this one inside, by id or exact name. Null moves it to the top level. Leave out to keep it where it is. |