Skip to main content
POST
Apply a scenario to a fork

Path Parameters

id
string
required

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.