Skip to main content
Batch Upgrade Simulations
curl --request POST \
  --url https://api.ionworks.com/simulations/batch-upgrade \
  --header 'Content-Type: application/json' \
  --data '
{
  "simulation_ids": [
    "<string>"
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Body

application/json

Request body for batch upgrade endpoint.

simulation_ids
string[]
required

List of simulation IDs to upgrade

Response

Successful Response