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

- old
+ new

@@ -15,14 +15,14 @@ class NotificationList < ListResource ## # Initialize the NotificationList # @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 Call + # [Account](https://www.twilio.com/docs/iam/api/account) that created the Call # Notification resource. # @param [String] call_sid The SID of the - # [Call](https://www.twilio.com/docs/api/voice/call) the Call Notification + # [Call](https://www.twilio.com/docs/voice/api/call) the Call Notification # resource is associated with. # @return [NotificationList] NotificationList def initialize(version, account_sid: nil, call_sid: nil) super(version) @@ -192,13 +192,13 @@ class NotificationContext < InstanceContext ## # Initialize the NotificationContext # @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 Call + # [Account](https://www.twilio.com/docs/iam/api/account) that created the Call # Notification resource to fetch. - # @param [String] call_sid The [Call](https://www.twilio.com/docs/api/voice/call) + # @param [String] call_sid The [Call](https://www.twilio.com/docs/voice/api/call) # SID of the Call Notification resource to fetch. # @param [String] sid The Twilio-provided string that uniquely identifies the Call # Notification resource to fetch. # @return [NotificationContext] NotificationContext def initialize(version, account_sid, call_sid, sid) @@ -256,13 +256,13 @@ ## # Initialize the NotificationInstance # @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 Call + # [Account](https://www.twilio.com/docs/iam/api/account) that created the Call # Notification resource. # @param [String] call_sid The SID of the - # [Call](https://www.twilio.com/docs/api/voice/call) the Call Notification + # [Call](https://www.twilio.com/docs/voice/api/call) the Call Notification # resource is associated with. # @param [String] sid The Twilio-provided string that uniquely identifies the Call # Notification resource to fetch. # @return [NotificationInstance] NotificationInstance def initialize(version, payload, account_sid: nil, call_sid: nil, sid: nil) \ No newline at end of file