Simulation Run Plan
Update a run plan
Updates an existing simulation run plan by its ID.
put/v1/simulation/plan/{planId}
Path parameters
planIdstring uuid required
The ID of the run plan to update
Request body
Response
The updated run plan
Example response
{
"data": {
"scenarios": [
{
"variables": {
"customerName": "John Doe",
"appointmentDate": "2024-02-15"
}
}
]
}
}