update-image-item-using-file
Replace an existing image on a Miro board with a new file from your device, optionally updating its title and position.
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 | |
| itemId | Yes | Unique identifier (ID) of the image that you want to update | |
| filePath | Yes | Path to the new image file on the device | |
| title | No | Updated title of the image | |
| position | No | Updated position of the image on the board |