Eventum Logo

Eventum

StartupId

Update Generator In Startup

Update generator definition in list in the startup file

PUT
/startup/{id}

Path Parameters

id*Id

ID of the generator

Length1 <= length

Request 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"  }'
null
Empty
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}
Empty