Move All Cards
move_all_cardsMove all cards from a source list to a destination list on a board in one operation. Use this to reorganize multiple cards at once instead of moving each individually.
Instructions
Move all cards from one list to another.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idList | Yes | The ID of the destination list | |
| listId | Yes | The ID of the source list | |
| idBoard | Yes | The ID of the destination board |