Generator configsNameExport
Export Generator Config
Export generator directory with specified name as a ZIP archive. Entries named in exclude are left out with everything under them.
Path Parameters
name*Name
Name of the generator directory
Query Parameters
exclude?array<string>|
Names of top level entries to leave out of the archive
Response Body
application/octet-stream
application/json
curl -X GET "https://loading/api/generator-configs/string/export""string"Empty
Empty
Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}