PreviewNameEvent pluginTemplateStateShared
Update Template Event Plugin Shared State
Patch shared state of template event plugin
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 '{}'nullEmpty
Empty
Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}