clickup_checklist_update
Rename a checklist or change its position within a ClickUp task. Update checklist organization without affecting individual items.
Instructions
Rename a checklist or change its position among the task's checklists. Does not affect the checklist's items — use clickup_checklist_update_item / add_item / delete_item for those. Returns the updated checklist object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checklist_id | Yes | ID of the checklist to update. Obtain from clickup_task_get (field: checklists[].id). | |
| name | No | New display name for the checklist. Omit to keep current name. | |
| position | No | Zero-indexed position among the task's checklists (0 = first). Omit to keep current position. |