add_placement
Add a card to a different board by specifying target board, column, and position. Prevents duplicate placements on the same board.
Instructions
Put a card on an additional board (one placement per board; errors if already on it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_id | Yes | ||
| placement | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| ext | No | ||
| title | Yes | ||
| labels | No | ||
| archived | No | ||
| due_date | No | ||
| assignees | No | ||
| checklists | No | ||
| created_at | No | ||
| placements | No | ||
| start_date | No | ||
| updated_at | No | ||
| attachments | No | ||
| description | No |