Eventum Logo

Eventum

Generator configsNameFileFilepath

Put Generator File

Put file to specified path inside generator directory with specified name.

PUT
/generator-configs/{name}/file/{filepath}

Path Parameters

name*Name

Name of the generator directory

filepath*Filepath

Relative path to the file

Formatpath

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

content*Content

Response Body

application/json

application/json

curl -X PUT "https://loading/api/generator-configs/string/file/string" \  -F content="string"
null
Empty
Empty
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}
Empty