v1
latestOpenAPI 3.1.02026-08-0610264152.3 KBEvent Templates
Toggle hidden template
Enable or disable hidden template for an organization. When enabled, creates or unarchives a hidden template. When disabled, archives it.
post/v2/event-templates/hidden
Request body
Example request
{
"companyId": {
"id": "f49d00fe-1eda-4304-ba79-a980f565281d"
},
"enabled": true
}Response
OK
Example response
{
"templateId": "1234567890"
}