trello_update_label
Update an existing Trello label's name or color to organize boards effectively.
Instructions
Update the name or color of an existing Trello label.
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) | |
| labelId | Yes | ID of the label to update | |
| name | No | New name for the label | |
| color | No | New color for the label |