Update a Rootr whiteboard (replace the scene, or config/icon)
rootr_update_whiteboardMerge-patch whiteboard config/icon or replace entire scene. Read existing board first to preserve shapes and edges.
Instructions
Merge-patch a Rootr (루터) WHITEBOARD: update config/icon, or REPLACE THE WHOLE scene (if you pass scene, it replaces every existing shape/edge — call rootr_read_whiteboard first and resend the shapes/edges you want to keep so you don't lose existing content). Authoring guide: a scene is { shapes: [{id,type,x,y,w,h,text?,style?}], edges: [{id,from,to,label?}] } — shapes are the nodes of a lightweight diagram (flow diagrams, brainstorming, journey maps), edges connect them by id. Meaning must live in shape/edge TEXT (text/label) — that is what gets indexed into the knowledge graph; x/y/w/h and style are visual-only layout. Read the board first (rootr_read_whiteboard) before updating so you know the existing shape ids edges refer to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | Emoji icon for the node | |
| scene | No | COMPLETE scene to set — omitted existing shapes/edges will be dropped | |
| config | No | Free-form whiteboard config object | |
| whiteboardId | Yes | WHITEBOARD node id |