lib/twilio-ruby/rest/api/v2010/account/token.rb in twilio-ruby-5.26.0 vs lib/twilio-ruby/rest/api/v2010/account/token.rb in twilio-ruby-5.27.0

- old
+ new

@@ -14,11 +14,11 @@ class TokenList < ListResource ## # Initialize the TokenList # @param [Version] version Version that contains the resource # @param [String] account_sid The SID of the - # [Account](https://www.twilio.com/docs/api/rest/account) that created the Token + # [Account](https://www.twilio.com/docs/iam/api/account) that created the Token # resource. # @return [TokenList] TokenList def initialize(version, account_sid: nil) super(version) @@ -85,10 +85,10 @@ ## # Initialize the TokenInstance # @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/api/rest/account) that created the Token + # [Account](https://www.twilio.com/docs/iam/api/account) that created the Token # resource. # @return [TokenInstance] TokenInstance def initialize(version, payload, account_sid: nil) super(version) \ No newline at end of file