Update a card
update_cardChange a card title, description, due date or colour. Pass null to clear a field. Use move_card to change column.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | Card colour as #rrggbb, or null. | |
| title | No | ||
| card_id | Yes | Card id from list_cards. | |
| board_id | Yes | The board UUID, or the board URL the user shared. Never invent one. | |
| due_date | No | Due day as YYYY-MM-DD, or null. | |
| password | No | The board password, if the board is protected. | |
| description | No |