update_script_include
Modify existing ServiceNow script includes to update code, descriptions, API names, access levels, or activation status for custom server-side logic.
Instructions
Update an existing script include in ServiceNow
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_include_id | Yes | Script include ID or name | |
| script | No | Script content | |
| description | No | Description of the script include | |
| api_name | No | API name of the script include | |
| client_callable | No | Whether the script include is client callable | |
| active | No | Whether the script include is active | |
| access | No | Access level of the script include |