Update a simulation scenario

Update an existing simulation scenario.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

scenario_idstringRequired
Simulation scenario ID.

Request

This endpoint expects an object.
namestring or nullOptional
Name of the simulation scenario
descriptionstring or nullOptional
Description of the simulation scenario

Response

200
statusstring or null
Whether the request was successful.
responseobject or null

Errors