Generator configsNameFile tree
Get Generator File Tree
Get file tree of the generator 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/file-tree"[
{
"name": "string",
"is_dir": true,
"children": [
{
"name": "string",
"is_dir": true,
"children": [
{}
]
}
]
}
]Empty
Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Empty