Update Template Request
constructor(id: String, name: String? = null, lang: Language? = null, contentMarkdown: String? = null, subject: String? = null, updatedBy: Did? = null, disabled: Boolean? = null)
Parameters
id
ID of the template to be updated.
name
Name of the template.
lang
Message language.
content Markdown
Content of the template, markdown supported, can contain variable placeholders.
subject
Subject of the message, used in emails.
updated By
DID of the user who is updating the template.