Update Card Details
update_card_detailsUpdate a Trello card's details such as name, due dates, labels, description, and completion status. Provide the card ID and set fields to change.
Instructions
Update an existing card's details on a specific board
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the card | |
| start | No | New start date for the card (YYYY-MM-DD format) | |
| cardId | Yes | ID of the card to update | |
| labels | No | New array of label IDs for the card | |
| boardId | No | ID of the Trello board (uses the active/default board if not provided) | |
| dueDate | No | New due date for the card (ISO 8601 format) | |
| description | No | New description for the card | |
| dueComplete | No | Mark the due date as complete or incomplete |