update_mindmap_node
Update the HTML/text content of an existing Miro mind map node via PATCH, replacing its previous content. Use it when generic item content updates fail on mindmap_node.
Instructions
Updates the HTML/text content of an existing native mind map node (experimental PATCH).
Use this instead of update_item_content: generic GET /items/{id} does not support mindmap_node.
Content is stored in data.nodeView (same shape as create). Example: <p>Title. <a href="https://tracker.yandex.com/QUEUE-1">QUEUE-1</a></p>.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Full node HTML/text (replaces previous). Often a single <p>…</p> with optional <a href> links. | |
| node_id | Yes | Mind map node id to update | |
| board_id | Yes | Miro board ID |