Eventum Logo

Eventum

Generator configsNamePath

Get Generator Config Path

Get generator configuration path in the directory with specified name.

GET
/generator-configs/{name}/path

Path Parameters

name*string

Name of the generator directory

Response Body

application/json

application/json

curl -X GET "https://eventum.example.com/api/generator-configs/string/path"
"string"
Empty
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}