{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/widgetTemplate_Put",
"title": "widgetTemplate_Put",
"allOf": [
{
"$ref": "#/components/schemas/widgetTemplate_Base"
},
{
"type": "object",
"properties": {
"create_new_version": {
"type": "boolean",
"description": "Can be added to create a new widget template version instead of updating the current one."
},
"channel_id": {
"type": "integer",
"description": "The id of the channel on which to place this template."
}
}
}
],
"x-internal": false
}