move_folder
Relocate a folder to a different parent folder or to the root directory by specifying the folder ID and the destination parent ID.
Instructions
Move a folder to a different parent folder. Set parentId to null to move the folder to the root directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folderId | Yes | The unique identifier of the folder to move | |
| parentId | No | The destination parent folder ID. Use null or omit to move to root. |