Generator configsNameFileFilepath
Put Generator File
Put file to specified path inside generator directory with specified name.
Path Parameters
name*string
Name of the generator directory
filepath*string
Relative path to the file
Format
pathRequest Body
multipart/form-data
content*file
Format
binaryResponse Body
application/json
application/json
curl -X PUT "https://eventum.example.com/api/generator-configs/string/file/string" \ -F content="string"nullEmpty
Empty
Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Empty