Update AM Script
updateScriptUpdate a Scripted Decision Node script by modifying its name, description, or JavaScript source code in a specified realm.
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 |