lib/twilio-ruby/rest/ip_messaging/v2/service.rb in twilio-ruby-5.4.3 vs lib/twilio-ruby/rest/ip_messaging/v2/service.rb in twilio-ruby-5.4.4
- old
+ new
@@ -269,10 +269,10 @@
'Notifications.InvitedToChannel.Template' => notifications_invited_to_channel_template,
'Notifications.InvitedToChannel.Sound' => notifications_invited_to_channel_sound,
'PreWebhookUrl' => pre_webhook_url,
'PostWebhookUrl' => post_webhook_url,
'WebhookMethod' => webhook_method,
- 'WebhookFilters' => webhook_filters,
+ 'WebhookFilters' => Twilio.serialize_list(webhook_filters) { |e| e },
'Limits.ChannelMembers' => limits_channel_members,
'Limits.UserChannels' => limits_user_channels,
'Media.CompatibilityMessage' => media_compatibility_message,
'PreWebhookRetryCount' => pre_webhook_retry_count,
'PostWebhookRetryCount' => post_webhook_retry_count,
\ No newline at end of file