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*Alias

Alias of template to get state of

name*Name

Name of the generator directory

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

[key: string]?any

Response Body

application/json

application/json

curl -X PATCH "https://loading/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",
      "input": null,
      "ctx": {}
    }
  ]
}