Update a simulation suite

Update an existing simulation suite.

Authentication

AuthorizationBearer

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

Path parameters

suite_idstringRequired
Simulation suite ID.

Request

This endpoint expects an object.
namestring or nullOptional
New name for the simulation suite
model_idstring or nullOptional
New agent model ID for the suite

Response

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

Errors