Closed jearistiz closed 3 years ago
Create a GET request with the following request schema:
{ simulation_id: ObjectId }
and the following response schema:
{ simulation_id: ObjectId, parameters: list[str], parameters_names: dict[str, str], parameters_units: dict[str, str] parameters_allowed_range: dict[str, list[float, float]] }
Create a GET request with the following request schema:
and the following response schema: