Eventum Logo

Eventum

ScenariosNameGeneratorsGenerator_id

Add Generator To Scenario

Add generator to scenario

POST
/scenarios/{name}/generators/{generator_id}

Path Parameters

name*Name

Scenario name

Length1 <= length
generator_id*Generator Id

Generator ID

Length1 <= length

Response Body

application/json

application/json

curl -X POST "https://loading/api/scenarios/string/generators/string"
null
Empty
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}
Empty