JavaScript
Courier Create
Publish a Tenant Template
Publishes a specific version of a notification template for a tenant.
The template must already exist in the tenant’s notification map. If no version is specified, defaults to publishing the “latest” version.
POST
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Id of the tenant that owns the template.
Id of the template to be published.
Body
application/json
Request body for publishing a tenant template version
The version of the template to publish (e.g., "v1", "v2", "latest"). If not provided, defaults to "latest".