apply a scenario to a fork
Scenes & scenarios
apply a scenario to a fork
apply a scenario to a fork. Wipes the fork’s current state and loads the scenario fresh; the main world is untouched.
POST
apply a scenario to a fork
Path Parameters
Fork id to apply the scenario to.
Body
application/json
A scenario document (same shape as POST /scenario): templates, entities, rules, assertions, camera, game.
The body is of type any.
Response
200 - application/json
Scenario applied to the fork; main world untouched. Returns ok:false with an error when the fork id is unknown.