Eventum Logo

Eventum

GeneratorsIdStart

Start Generator

Start generator by its id

POST
/generators/{id}/start

Path Parameters

id*string

Generator id

Length1 <= length

Response Body

application/json

application/json

curl -X POST "https://eventum.example.com/api/generators/string/start"
true
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}