Base route: /api/project
Updates the configuration of an existing project step, including execution targets, error actions, and custom properties.
PUT /api/project/step
{
"projectStepId": "string",
"name": "string",
"description": "string",
"disabled": true,
"parallelMachines": 1,
"propertiesJson": "string"
}
200 OK