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