edit_checklist
Rename or reposition a task checklist. Provide the checklist ID and optionally a new name or position to update. Returns the modified checklist.
Instructions
Rename a checklist and/or change its position among the task's checklists. Only the provided fields change. Returns the updated checklist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checklist_id | Yes | ID of the checklist to edit. | |
| name | No | New name for the checklist. Omit to keep the current name. | |
| position | No | 0-based position of the checklist among the task's checklists (0 = first). |