update_item_content
Change the text of an existing sticky note, shape, or text item on a Miro board without moving or deleting it. Requires the item ID.
Instructions
Updates the text content of an existing sticky note, shape, or text item on the board. Use this to correct or improve existing content without moving or deleting the item. Requires the item ID — call list_board_items first if you don't have it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | New text content | |
| item_id | Yes | Item to update | |
| board_id | Yes | Miro board ID |