miro_bulk_update
Update multiple Miro board items simultaneously by specifying only the fields to change, with support for up to 20 items per request.
Instructions
Update multiple items at once (max 20). Only provide fields you want to change.
VOICE-FRIENDLY: "Updated 5 items on the board"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Items to update (max 20) | |
| board_id | Yes | Board ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | ||
| message | Yes | ||
| updated | Yes | ||
| item_ids | Yes | ||
| failed_items | No | ||
| retriable_ids | No |