update-image-item-using-file
Replace an image on a Miro board with a new file, update its title, and adjust its position using the board and item IDs. Streamline image modifications directly from your device.
Instructions
Update an existing image item on a Miro board using file from device
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | Yes | Unique identifier (ID) of the board where you want to update the item | |
| filePath | Yes | Path to the new image file on the device | |
| itemId | Yes | Unique identifier (ID) of the image that you want to update | |
| position | No | Updated position of the image on the board | |
| title | No | Updated title of the image |