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:
suite_idstring or nullOptionalformat: "uuid"
ID of the simulation suite to assign this case to.

Response

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

Errors

400
Bad Request Error
404
Not Found Error
422
Unprocessable Entity Error