Eventum Logo

Eventum

PreviewNameEvent pluginTemplateStateShared

Update Template Event Plugin Shared State

Patch shared state of template event plugin

PATCH
/preview/{name}/event-plugin/template/state/shared

Path Parameters

name*string

Name of the generator directory

Request Body

application/json

Content to patch in state

Response Body

application/json

application/json

curl -X PATCH "https://eventum.example.com/api/preview/string/event-plugin/template/state/shared" \  -H "Content-Type: application/json" \  -d '{}'
null
Empty
Empty
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}