sync_nodes
Synchronize a mindmap by replacing all nodes with a complete list. Provide the full JSON array of node objects to update the mindmap state.
Instructions
Sync mindmap nodes (Redis only + dirty flag).
⚠️ DESTRUCTIVE: replaces ALL nodes. If you send 1 node out of 99, the other 98 are deleted. Always send the COMPLETE node list.
The cron flushDirtyMindmaps handles database persistence. This is the same flow used by the Flutter client.
Args: id_mindmap: Mindmap ID nodes: JSON string — array of full node objects (advanced use)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodes | Yes | ||
| id_mindmap | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |