v1

latestOpenAPI 3.0.32026-07-1718922.1 KB
Test Setup

Set the control time step

Sets the time step used for control.

put/step/{testid}

Request body

stepnumber

The new time step to set for control.

Response

Successful response indicating the time step was updated.

messagestring
statusinteger

Example response

{
  "message": "Simulation time step updated successfully.",
  "payload": {
    "step": 900
  },
  "status": 200
}