Code Scenario Lifecycle
Update a Scenario.
Update a Scenario, a repeatable AI coding evaluation test that defines the starting environment as well as evaluation success criteria. Only provided fields will be updated.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Scenario ID.
Body
application/json
Response
200 - application/json
OK
A ScenarioDefinitionView represents a repeatable AI coding evaluation test, complete with initial environment and scoring contract.