UpdateTemplateRequest

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.

contentMarkdown

Content of the template, markdown supported, can contain variable placeholders.

subject

Subject of the message, used in emails.

updatedBy

DID of the user who is updating the template.