Update a card
update_cardUpdate a Trello card's title, description, or due date. Only the specified fields change; pass an ISO 8601 date to set due, null to clear it.
Instructions
Update a card's title, description or due date. Only the fields you pass are changed; omitted fields are left alone. Pass due as an ISO 8601 date to set it, or null to clear it. To move a card between lists use move_card; to archive it use archive_card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | New due date as ISO 8601, or null to clear the due date. | |
| desc | No | New description; Markdown is supported. | |
| name | No | New card title. | |
| card_id | Yes | Card to update (from get_cards or search_cards). |