ProtoRune.Tools.Ozone.Communication.UpdateTemplate (proto_rune v0.1.1)

Generated procedure module for main

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

Summary

Types

@type input() :: %{
  content_markdown: String.t(),
  disabled: boolean(),
  id: String.t(),
  lang: String.t(),
  name: String.t(),
  subject: String.t(),
  updated_by: String.t()
}