updateTemplate abstract method

Future<MessageTemplateV1?> updateTemplate(
  1. String? correlationId,
  2. MessageTemplateV1 template
)

Updates a template.

  • correlation_id (optional) transaction id to trace execution through call chain.
  • template an template to be updated. Return (optional) Future that receives updated template Throws error.

Implementation

Future<MessageTemplateV1?> updateTemplate(
    String? correlationId, MessageTemplateV1 template);