Update a checklist item
update_checklist_itemUpdate a checklist item's completion state, rename it, or adjust its position on a Trello card.
Instructions
Update a check item on a card: mark it complete/incomplete, rename it, or reposition it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pos | No | Position: "top", "bottom", or a positive number | |
| name | No | New item text | |
| state | No | Completion state | |
| idCard | Yes | Card id | |
| idCheckItem | Yes | Check item id | |
| idChecklist | Yes | Checklist id |