Home / Resources / API Reference

Step Template

Base route: /api/step-template

Update step template

Updates an existing step template's configuration, including scripts and supported execution modes.

Request

Parameters
stepTemplateId
string
required
The identifier of the template to update.
Request body

PUT /api/step-template {   "stepTemplateId": "string",   "name": "string",   "script": "string",   "scriptLanguage": "string" }

Response

200 OK