update_card
Update a Trello card's name, description, due date, list, or position. Move cards between lists and reorder them by setting list_id and position.
Instructions
Update a card's fields.
Set list_id to move the card to a different list. Set position to "top", "bottom", or a positive float to reorder within the list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | ||
| name | No | ||
| card_id | Yes | ||
| list_id | No | ||
| position | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |