Base route: /api/step-template
Updates an existing step template's configuration, including scripts and supported execution modes.
PUT /api/step-template
{
"stepTemplateId": "string",
"name": "string",
"script": "string",
"scriptLanguage": "string"
}
200 OK