Update Journey Node
updateJourneyNodeUpdate a node's configuration in an identity journey. Fetch current configuration first to preserve existing fields before full replacement.
Instructions
Update a single node's configuration without modifying the journey structure. This is a FULL REPLACEMENT of the node configuration - to preserve existing fields, first fetch the current configuration using getJourney, merge your changes, then call this tool with the complete configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | The realm containing the node | |
| nodeType | Yes | The node type (e.g., "ScriptedDecisionNode") | |
| nodeId | Yes | The node instance UUID (from a previous read or create operation) | |
| config | Yes | The complete node configuration to set. This is a full replacement - fetch current config first if you need to preserve existing fields. |