Generator configsNameFile copy
Copy Generator File
Copy file from source to destination location inside generator directory with specified name.
Path Parameters
name*Name
Name of the generator directory
Query Parameters
source*Source
Relative filepath to source file or directory
Format
pathdestination*Destination
Relative filepath to destination file or directory
Format
pathResponse Body
application/json
application/json
curl -X POST "https://loading/api/generator-configs/string/file-copy?source=string&destination=string"nullEmpty
Empty
Empty
Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Empty