update_card
Update a Trello card's name, description, due date, or archive status. Pass only the fields to change; archiving hides the card without deleting it.
Instructions
Update a card's name, description, due date, or archive it. This writes to the real board.
Only the arguments you pass are changed. archive=true closes the card,
which hides it from the board but does not delete it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | ||
| name | No | ||
| archive | No | ||
| card_id | Yes | ||
| description | No | ||
| due_complete | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||