Scenarios
Edit a scenario
Updates the properties of a specific scenario, such as its name, description, associated graph, or the simulator agent’s prompt.
PUT
Authorizations
Path Parameters
The UUID of the scenario to edit.
Body
application/json
A JSON object containing the fields to update. All fields are optional.
The new name for the scenario.
Maximum string length:
255The new description for the scenario.
The updated graph structure for the scenario. If the scenario does not have a graph, a new one will be created.
The new prompt for the simulator agent associated with the scenario. Supports templating variables like {{persona}} and {{situation}}.