trello_update_checklist_field
Update the name or position of a Trello checklist by specifying the checklist ID, field, and new value.
Instructions
Update a specific field (name or pos) on a checklist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Trello API key (optional if TRELLO_API_KEY env var is set) | |
| token | No | Trello API token (optional if TRELLO_TOKEN env var is set) | |
| checklistId | Yes | ID of the checklist | |
| field | Yes | Field to update | |
| value | Yes | New value for the field |