Method: Teleflow::Api::NotificationTemplates#update_notification_template
- Defined in:
- lib/teleflow/api/notification_templates.rb
#update_notification_template(template_id, body) ⇒ Hash, number
Updates new notification template.
@pathparams: @bodyparams:
62 63 64 |
# File 'lib/teleflow/api/notification_templates.rb', line 62 def update_notification_template(template_id, body) put("/notification-templates/#{template_id}", body: body) end |