Eventum Logo

Eventum

PreviewNameEvent pluginTemplateStateLocalAlias

Update Template Event Plugin Local State

Patch local state of template event plugin for the specified template by its alias

PATCH
/preview/{name}/event-plugin/template/state/local/{alias}

Path Parameters

alias*string

Alias of template to get state of

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/local/string" \  -H "Content-Type: application/json" \  -d '{}'
null
Empty
Empty
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}