Eventum Logo

Eventum

Generator configsNameFile makedirFilepath

Create Generator Directory

Create directory inside generator directory in specified path.

POST
/generator-configs/{name}/file-makedir/{filepath}

Path Parameters

name*string

Name of the generator directory

filepath*string

Relative path to the file

Formatpath

Response Body

application/json

application/json

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