v1
latestOpenAPI 3.0.32026-07-1718922.1 KBTest Setup
Set the control time step
Sets the time step used for control.
put/step/{testid}
Request body
Response
Successful response indicating the time step was updated.
Example response
{
"message": "Simulation time step updated successfully.",
"payload": {
"step": 900
},
"status": 200
}