Simulations

Move a simulation into a project

Move a simulation into a project. Allowed only when the simulation has no project yet; it joins the project's latest round (a first round is created for an empty project). Anything else returns 409.

patch/v1/simulations/{simulation_id}

Path parameters

simulation_idstring uuid required

Headers

authorizationstring

Request body

project_idstring uuid required

Project to move this simulation into. Only allowed when the simulation has no project yet; it joins the project's latest round.

Response

Successful Response

{"stackTrail":"paths:/v1/simulations/{simulation_id}:patch:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes