Update a simulation case

Update an existing simulation case.

Authentication

AuthorizationBearer

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

Path parameters

simulation_case_idstringRequired
Simulation case ID.

Request

This endpoint expects an object.
namestring or nullOptional
promptstring or nullOptional
success_criterialist of strings or nullOptional
call_success_typeenum or nullOptional
Allowed values:

Response

200
statusstring or null
Whether the request was successful.
responseobject or null
Simulation case details.

Errors