Update Template Request
data class UpdateTemplateRequest(val id: String, val name: String? = null, val lang: Language? = null, val contentMarkdown: String? = null, val subject: String? = null, val updatedBy: Did? = null, val 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.