lib/twilio-ruby/rest/api/v2010/account/message/media.rb in twilio-ruby-5.40.3 vs lib/twilio-ruby/rest/api/v2010/account/message/media.rb in twilio-ruby-5.40.4

- old
+ new

@@ -15,11 +15,11 @@ class MediaList < ListResource ## # Initialize the MediaList # @param [Version] version Version that contains the resource # @param [String] account_sid The SID of the - # [Account](https://www.twilio.com/docs/iam/api/account) that created this Media + # {Account}[https://www.twilio.com/docs/iam/api/account] that created this Media # resource. # @param [String] message_sid The unique string that that we created to identify # the Message resource. # @return [MediaList] MediaList def initialize(version, account_sid: nil, message_sid: nil) @@ -177,11 +177,11 @@ class MediaContext < InstanceContext ## # Initialize the MediaContext # @param [Version] version Version that contains the resource # @param [String] account_sid The SID of the - # [Account](https://www.twilio.com/docs/iam/api/account) that created the Media + # {Account}[https://www.twilio.com/docs/iam/api/account] that created the Media # resource(s) to fetch. # @param [String] message_sid The SID of the Message resource that this Media # resource belongs to. # @param [String] sid The Twilio-provided string that uniquely identifies the # Media resource to fetch @@ -235,10 +235,10 @@ ## # Initialize the MediaInstance # @param [Version] version Version that contains the resource # @param [Hash] payload payload that contains response from Twilio # @param [String] account_sid The SID of the - # [Account](https://www.twilio.com/docs/iam/api/account) that created this Media + # {Account}[https://www.twilio.com/docs/iam/api/account] that created this Media # resource. # @param [String] message_sid The unique string that that we created to identify # the Message resource. # @param [String] sid The Twilio-provided string that uniquely identifies the # Media resource to fetch \ No newline at end of file