StartupId
Update Generator In Startup
Update generator definition in list in the startup file
Path Parameters
id*Id
ID of the generator
Length
1 <= lengthRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PUT "https://loading/api/startup/string" \ -H "Content-Type: application/json" \ -d '{ "id": "string", "path": "string" }'nullEmpty
Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Empty