lib/twilio-ruby/rest/intelligence/v2.rb in twilio-ruby-7.2.3 vs lib/twilio-ruby/rest/intelligence/v2.rb in twilio-ruby-7.2.4

- old
+ new

@@ -108,10 +108,10 @@ else OperatorAttachmentsContext.new(self, service_sid) end end ## - # @param [String] sid A 34 character string that uniquely identifies this Operator Type. + # @param [String] sid Either a 34 character string that uniquely identifies this Operator Type or the unique name that references an Operator Type. # @return [Twilio::REST::Intelligence::V2::OperatorTypeContext] if sid was passed. # @return [Twilio::REST::Intelligence::V2::OperatorTypeList] def operator_type(sid=:unset) if sid.nil? raise ArgumentError, 'sid cannot be nil'