Generator configsNamePath
Get Generator Config Path
Get generator configuration path in the directory with specified name.
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"
}
]
}