lib/twilio-ruby/rest/events/v1/subscription.rb in twilio-ruby-5.45.1 vs lib/twilio-ruby/rest/events/v1/subscription.rb in twilio-ruby-5.46.0

- old
+ new

@@ -116,11 +116,11 @@ # Create the SubscriptionInstance # @param [String] description A human readable description for the Subscription # @param [String] sink_sid The SID of the sink that events selected by this # subscription should be sent to. Sink must be active for the subscription to be # created. - # @param [Hash] types Contains a dictionary of URL links to nested resources of - # this Subscription. + # @param [Array[Hash]] types Contains a dictionary of URL links to nested + # resources of this Subscription. # @return [SubscriptionInstance] Created SubscriptionInstance def create(description: nil, sink_sid: nil, types: nil) data = Twilio::Values.of({ 'Description' => description, 'SinkSid' => sink_sid, \ No newline at end of file