Eventum Logo

Eventum

GeneratorsIdStop

Stop Generator

Stop generator by its id

POST
/generators/{id}/stop

Path Parameters

id*string

Generator id

Length1 <= length

Response Body

application/json

application/json

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