Update a checklist
kanbanzone_update_checklistUpdate the title or reorder a checklist on a Kanban card. Provide checklist ID and optional title or position.
Instructions
Update title or position of a checklist on a card.
Args:
id (string, required): checklist ObjectId.
title (string, optional)
position (number, optional, ≥0)
Examples:
"Rename checklist 670... to 'QA tasks'"
"Move checklist 670... to position 0"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | No | ||
| position | No |