update_check_item
Update a check item in a Trello card by providing its ID and at least one property to change, such as state, name, or position.
Instructions
Update a check item. Provide card_id, check_item_id, and at least one of: state (complete/incomplete), name, pos (top/bottom/numeric).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pos | No | ||
| name | No | ||
| state | No | ||
| card_id | Yes | ||
| check_item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |