v53

OpenAPI 3.0.1raw.githubusercontent.com2026-07-31147343479.6 KB
Tenant Templates

Create or Update a Tenant Template

Creates or updates a notification template scoped to one tenant, letting a tenant override the content the workspace template would send.

put/tenants/{tenant_id}/templates/{template_id}

Path parameters

tenant_idstring required

Id of the tenant for which to create or update the template.

template_idstring required

Id of the template to be created or updated.

Request body

publishedboolean

Whether to publish the template immediately after saving. When true, the template becomes the active/published version. When false (default), the template is saved as a draft.

Response

Template updated successfully

idstring required

The template ID

versionstring required

The version of the saved template

published_atstring nullable

The timestamp when the template was published. Only present if the template was published as part of this request.