Move an app or folder
mvMove an app into a folder, or move a folder under another folder. Name exactly one of app_id or folder_id as the thing being moved, and to_folder_id as the destination, or null for the top level. Moving a folder also needs base_updated_at, the value read from ls or tree, so a move made against a stale reading is refused instead of undoing someone else's.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | No | The app to move. Name this or folder_id, not both. | |
| folder_id | No | The folder to move. Name this or app_id, not both. | |
| to_folder_id | Yes | The destination folder id, or null to move to the top level. | |
| base_updated_at | No | The moved folder's updated_at, from ls or tree. Required when folder_id is given. |