Edit model
edit_modelApply a batch of model edits as one undoable operation. Validates every reference upfront, so changes either succeed together or are rejected before anything is modified.
Instructions
Apply one or more changes as a single undoable operation. Put every change you already know you want in one call — steps apply in order and a later step can reference something an earlier one created. References are names ("Switch") or port references ("Switch.out"); anything that does not resolve is rejected before it is sent, so an edit never silently does nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Submodel node uuids; defaults to the current scope. | |
| steps | Yes | ||
| modelId | No | Defaults to the selected model. |