trello_update_checklist
Update a checklist's name or position on Trello by specifying the checklist ID along with optional new name or position.
Instructions
Update a checklist name or position.
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 to update | |
| name | No | New name for the checklist | |
| pos | No | New position |