Move a card to another list
move_cardMoves a Trello card to a different list on the same board, optionally placing it at the top or bottom of the destination list.
Instructions
Move a card to a different list on the same board. list_id comes from get_lists. position is optional: "top" or "bottom" (default "bottom") within the destination list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_id | Yes | Card to move (from get_cards or search_cards). | |
| list_id | Yes | Destination list id (from get_lists). | |
| position | No | Where in the destination list to place the card. Defaults to bottom. |