lib/twilio-ruby/rest/preview.rb in twilio-ruby-5.29.0 vs lib/twilio-ruby/rest/preview.rb in twilio-ruby-5.29.1

- old
+ new

@@ -126,20 +126,21 @@ def hosted_number_orders(sid=:unset) self.hosted_numbers.hosted_number_orders(sid) end ## - # @param [String] sid A 34 character string that uniquely identifies this Add-on. + # @param [String] sid The unique string that we created to identify the + # AvailableAddOn resource. # @return [Twilio::REST::Preview::Marketplace::AvailableAddOnInstance] if sid was passed. # @return [Twilio::REST::Preview::Marketplace::AvailableAddOnList] def available_add_ons(sid=:unset) self.marketplace.available_add_ons(sid) end ## - # @param [String] sid 34 character string that uniquely identifies the Add-on. - # This Sid can also be found in the Console on that specific Add-ons page as the - # 'Available Add-on Sid'. + # @param [String] sid The unique string that we created to identify the + # InstalledAddOn resource. This Sid can also be found in the Console on that + # specific Add-ons page as the 'Available Add-on Sid'. # @return [Twilio::REST::Preview::Marketplace::InstalledAddOnInstance] if sid was passed. # @return [Twilio::REST::Preview::Marketplace::InstalledAddOnList] def installed_add_ons(sid=:unset) self.marketplace.installed_add_ons(sid) end \ No newline at end of file