clickup_folder_update
Rename a ClickUp folder by specifying its ID and new display name. Updates folder names while maintaining organization within ClickUp workspaces.
Instructions
Rename a ClickUp folder. Only the folder's display name can be changed via this endpoint — to move the folder to a different space, delete and recreate. Returns the updated folder object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ID of the folder to rename. Obtain from clickup_folder_list (field: id) or clickup_folder_get. | |
| name | Yes | New display name for the folder. Must be non-empty and unique within its parent space. |