move_table_to_folder
Move a table to a specified folder, or remove it from its current folder by setting the folder ID to null.
Instructions
Move a table into a folder, or remove it from its current folder by passing folder_id as null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_uuid | Yes | The UUID of the table to move | |
| folder_id | No | Target folder ID, or null to remove from folder |