Skip to main content

tools.ozone.communication.updateTemplate

#main

Administrative action to update an existing communication template. Allows passing partial fields to patch specific fields only.

Input

  • Encoding: application/json
PropertyTypeKnown ValuesRequiredDescription
idstring-ID of the template to be updated.
namestring-Name of the template.
langstring (language)-Message language.
contentMarkdownstring-Content of the template, markdown supported, can contain variable placeholders.
subjectstring-Subject of the message, used in emails.
updatedBystring (did)-DID of the user who is updating the template.
disabledboolean--

Output

  • Encoding: application/json
PropertyTypeKnown ValuesRequiredDescription
reftools.ozone.communication.defs#templateView--