update_script_include
Update an existing script include in ServiceNow by modifying its script content, description, API name, access level, client callability, or active status. Requires the script include ID.
Instructions
Update an existing script include in ServiceNow
Input Schema
Name | Required | Description | Default |
---|---|---|---|
access | No | Access level of the script include | |
active | No | Whether the script include is active | |
api_name | No | API name of the script include | |
client_callable | No | Whether the script include is client callable | |
description | No | Description of the script include | |
script | No | Script content | |
script_include_id | Yes | Script include ID or name |