Generator configsNameFileFilepath
Get Generator File
Read file from specified path inside generator directory with specified name. Set download to receive the file as an attachment instead of inline content.
Path Parameters
filepath*Filepath
Format
pathname*Name
Name of the generator directory
Query Parameters
download?Download
Serve the file as an attachment saved under its name instead of content rendered inline
Default
falseResponse Body
application/json
application/json
curl -X GET "https://loading/api/generator-configs/string/file/string"nullEmpty
Empty
Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Empty