update_topologysource
Replace an entire TopologySource definition, clearing any omitted fields. Requires confirmation to prevent accidental data loss.
Instructions
RAW UPDATE -- full-replace semantics. Any field omitted from definition is BLANKED on the server. PREFER update_logicmodule(type='topologysource', id, changes, mode='preview') for partial updates with diff preview. Requires confirm=true to proceed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to proceed. Defaults to false to prevent accidental field-blanking. Use update_logicmodule for safe partial updates. | |
| definition | Yes | FULL TopologySource definition with all fields (will replace) | |
| topologysource_id | Yes | TopologySource ID to update |