Eventum Logo

Eventum

Generator configsNameImport

Import Generator Config

Import generator directory with specified name from a ZIP archive. The archive must hold a generator configuration, and the directory holding it becomes the root of the imported generator.

POST
/generator-configs/{name}/import

Path Parameters

name*Name

Name of the generator directory

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

content*Content

Response Body

application/json

curl -X POST "https://loading/api/generator-configs/string/import" \  -F content="string"
null
Empty
Empty
Empty
Empty