Eventum Logo

Eventum

Generator configsNameFile copy

Copy Generator File

Copy file from source to destination location inside generator directory with specified name.

POST
/generator-configs/{name}/file-copy

Path Parameters

name*string

Name of the generator directory

Query Parameters

source*string

Relative filepath to source file or directory

Formatpath
destination*string

Relative filepath to destination file or directory

Formatpath

Response Body

application/json

application/json

curl -X POST "https://eventum.example.com/api/generator-configs/string/file-copy?source=string&destination=string"
null
Empty
Empty
Empty
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}
Empty