miro_update_document
Modify Miro board documents by updating their title, URL, position, width, or parent frame to maintain organized and current visual content.
Instructions
Update a document (title, url, position, width).
VOICE-FRIENDLY: "Updated document title"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| item_id | Yes | Document ID to update | |
| title | No | New document title | |
| url | No | New document URL | |
| x | No | New X position | |
| y | No | New Y position | |
| width | No | New preview width | |
| parent_id | No | Move to frame (empty string removes from frame) |