Update AM Script
updateScriptUpdate an existing Scripted Decision Node script by modifying its name, description, or JavaScript source code. Requires realm and script ID.
Instructions
Update an existing Scripted Decision Node script. You can update any combination of name, description, or script content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | The realm containing the script | |
| scriptId | Yes | The unique identifier of the script (UUID format) | |
| name | No | New name for the script | |
| description | No | New description for the script | |
| script | No | New JavaScript source code for the script |