PreviewNameEvent pluginTemplateStateGlobal
Update Template Event Plugin Global State
Patch global state of template event plugin
Path Parameters
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/global" \ -H "Content-Type: application/json" \ -d '{}'nullEmpty
Empty
Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}