Creates or updates a notification template for a tenant.
If the template already exists for the tenant, it will be updated (200). Otherwise, a new template is created (201).
Optionally publishes the template immediately if the published flag is set to true.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Id of the tenant for which to create or update the template.
Id of the template to be created or updated.
Request body for creating or updating a tenant notification template
Template configuration for creating or updating a tenant notification template
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.
Template updated successfully