Eventum Logo

Eventum

PreviewNameEvent plugin

Initialize Event Plugin

Initialize event plugin

POST
/preview/{name}/event-plugin

Path Parameters

name*Name

Name of the generator directory

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/preview/string/event-plugin" \  -H "Content-Type: application/json" \  -d '{    "replay": {      "path": "string"    }  }'
null
Empty
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}
Empty