Description
Updates a step template. Pass only the fields to change. Existing project steps using this template keep their current property values until the next edit.
Parameters
| Name | In | Type | Required | Description |
stepTemplateId |
body |
string |
yes |
ID of the step template. |
name |
body |
string |
no |
New name. |
description |
body |
string |
no |
New description. |
supportedRunModes |
body |
array<string> |
no |
New run modes. |
script |
body |
string |
no |
New script body. |
scriptLanguage |
body |
string |
no |
New script language. |
propertiesRaw |
body |
string |
no |
New JSON-encoded property definitions. |
Errors
| Status | Meaning |
400 |
Invalid stepTemplateId or validation failure. |
401 |
Missing or invalid Basic auth credentials, or the service account lacks the required role. |