Base route: /api/script-module
Updates an existing script module's definition, including its name, description, and source code.
PUT /api/script-module
{
"scriptModuleId": "string",
"name": "string",
"description": "string",
"script": "string"
}
200 OK