Simulation Scenarios

Update Scenario

patch/eval/simulation/scenario/{id}

Path parameters

idstring uuid required

The unique identifier for the resource.

Request body

namestring

This is the name of the scenario.

instructionsstring

This is the script/instructions for the tester to follow during the simulation.

pathstring nullable

Optional folder path for organizing scenarios. Supports up to 3 levels (e.g., "dept/feature/variant"). Set to null to remove from folder.

Response

idstring uuid required

This is the unique identifier for the scenario.

orgIdstring uuid required

This is the unique identifier for the organization this scenario belongs to.

createdAtstring date-time required

This is the ISO 8601 date-time string of when the scenario was created.

updatedAtstring date-time required

This is the ISO 8601 date-time string of when the scenario was last updated.

namestring required

This is the name of the scenario.

instructionsstring required

This is the script/instructions for the tester to follow during the simulation.

pathstring nullable

Optional folder path for organizing scenarios. Supports up to 3 levels (e.g., "dept/feature/variant"). Maps to GitOps resource folder structure.

Changes