Update Folder
update_folderUpdate a folder's name, color, icon, font weight, parent folder, or position in monday.com.
Instructions
Update an existing folder in monday.com
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folderId | Yes | The ID of the folder to update | |
| name | No | The new name of the folder | |
| color | No | The new color of the folder | |
| fontWeight | No | The new font weight of the folder | |
| customIcon | No | The new custom icon of the folder | |
| parentFolderId | No | The ID of the new parent folder | |
| workspaceId | No | The ID of the workspace containing the folder | |
| accountProductId | No | The account product ID associated with the folder | |
| position_object_id | No | The ID of the object to position the folder relative to. If this parameter is provided, position_object_type must be also provided. | |
| position_object_type | No | The type of object to position the folder relative to. If this parameter is provided, position_object_id must be also provided. | |
| position_is_after | No | Whether to position the folder after the object |