v53

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

Publish a Tenant Template

Publishes a version of a tenant's notification template, making it the content that tenant's sends render from until you publish another.

post/tenants/{tenant_id}/templates/{template_id}/publish

Path parameters

tenant_idstring required

Id of the tenant that owns the template.

template_idstring required

Id of the template to be published.

Request body

versionstring

The version of the template to publish (e.g., "v1", "v2", "latest"). If not provided, defaults to "latest".

Response

Template published successfully

idstring required

The template ID

versionstring required

The published version of the template

published_atstring required

The timestamp when the template was published