GeneratorsId
Add Generator
Add generator. Note that id path parameter takes precedence over id field in the body.
Path Parameters
id*Id
Generator id
Length
1 <= lengthRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/generators/string" \ -H "Content-Type: application/json" \ -d '{ "id": "string", "path": "string" }'nullEmpty
Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}