twilio-ruby 5.26.0 → 5.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. checksums.yaml +5 -5
  2. data/.travis.yml +5 -6
  3. data/CHANGES.md +21 -0
  4. data/README.md +28 -19
  5. data/VERSIONS.md +9 -10
  6. data/lib/twilio-ruby.rb +4 -2
  7. data/lib/twilio-ruby/framework/domain.rb +1 -1
  8. data/lib/twilio-ruby/http/http_client.rb +9 -3
  9. data/lib/twilio-ruby/rest/api/v2010/account/address.rb +3 -3
  10. data/lib/twilio-ruby/rest/api/v2010/account/address/dependent_phone_number.rb +2 -2
  11. data/lib/twilio-ruby/rest/api/v2010/account/application.rb +3 -3
  12. data/lib/twilio-ruby/rest/api/v2010/account/authorized_connect_app.rb +3 -3
  13. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number.rb +1 -1
  14. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/local.rb +18 -18
  15. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/machine_to_machine.rb +18 -18
  16. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/mobile.rb +18 -18
  17. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/national.rb +18 -18
  18. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/shared_cost.rb +18 -18
  19. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/toll_free.rb +18 -18
  20. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/voip.rb +18 -18
  21. data/lib/twilio-ruby/rest/api/v2010/account/call.rb +3 -3
  22. data/lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb +3 -3
  23. data/lib/twilio-ruby/rest/api/v2010/account/call/feedback_summary.rb +3 -3
  24. data/lib/twilio-ruby/rest/api/v2010/account/call/notification.rb +6 -6
  25. data/lib/twilio-ruby/rest/api/v2010/account/call/recording.rb +6 -6
  26. data/lib/twilio-ruby/rest/api/v2010/account/conference.rb +3 -3
  27. data/lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb +5 -5
  28. data/lib/twilio-ruby/rest/api/v2010/account/conference/recording.rb +3 -3
  29. data/lib/twilio-ruby/rest/api/v2010/account/connect_app.rb +3 -3
  30. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number.rb +5 -5
  31. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on.rb +4 -4
  32. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension.rb +4 -4
  33. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/local.rb +2 -2
  34. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/mobile.rb +2 -2
  35. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/toll_free.rb +2 -2
  36. data/lib/twilio-ruby/rest/api/v2010/account/key.rb +1 -1
  37. data/lib/twilio-ruby/rest/api/v2010/account/message.rb +6 -6
  38. data/lib/twilio-ruby/rest/api/v2010/account/message/feedback.rb +3 -5
  39. data/lib/twilio-ruby/rest/api/v2010/account/message/media.rb +3 -3
  40. data/lib/twilio-ruby/rest/api/v2010/account/notification.rb +3 -3
  41. data/lib/twilio-ruby/rest/api/v2010/account/outgoing_caller_id.rb +3 -3
  42. data/lib/twilio-ruby/rest/api/v2010/account/queue.rb +3 -3
  43. data/lib/twilio-ruby/rest/api/v2010/account/queue/member.rb +5 -5
  44. data/lib/twilio-ruby/rest/api/v2010/account/recording.rb +6 -6
  45. data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result.rb +3 -3
  46. data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result/payload.rb +3 -3
  47. data/lib/twilio-ruby/rest/api/v2010/account/recording/transcription.rb +3 -3
  48. data/lib/twilio-ruby/rest/api/v2010/account/short_code.rb +3 -3
  49. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain.rb +1 -1
  50. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types.rb +2 -2
  51. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping.rb +2 -2
  52. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_credential_list_mapping.rb +3 -3
  53. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_ip_access_control_list_mapping.rb +3 -3
  54. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping.rb +2 -2
  55. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping/auth_registrations_credential_list_mapping.rb +3 -3
  56. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/credential_list_mapping.rb +1 -1
  57. data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list.rb +1 -1
  58. data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list/ip_address.rb +1 -1
  59. data/lib/twilio-ruby/rest/api/v2010/account/token.rb +2 -2
  60. data/lib/twilio-ruby/rest/api/v2010/account/transcription.rb +3 -3
  61. data/lib/twilio-ruby/rest/api/v2010/account/usage/record.rb +3 -3
  62. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/all_time.rb +3 -3
  63. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/daily.rb +3 -3
  64. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/last_month.rb +3 -3
  65. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/monthly.rb +3 -3
  66. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/this_month.rb +3 -3
  67. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/today.rb +3 -3
  68. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yearly.rb +3 -3
  69. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yesterday.rb +3 -3
  70. data/lib/twilio-ruby/rest/api/v2010/account/usage/trigger.rb +10 -10
  71. data/lib/twilio-ruby/rest/api/v2010/account/validation_request.rb +2 -2
  72. data/lib/twilio-ruby/rest/authy/v1/service/entity/factor/challenge.rb +1 -1
  73. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/field.rb +1 -1
  74. data/lib/twilio-ruby/rest/chat/v2/service.rb +12 -6
  75. data/lib/twilio-ruby/rest/chat/v2/service/binding.rb +12 -12
  76. data/lib/twilio-ruby/rest/chat/v2/service/channel.rb +6 -6
  77. data/lib/twilio-ruby/rest/chat/v2/service/channel/invite.rb +17 -16
  78. data/lib/twilio-ruby/rest/chat/v2/service/channel/member.rb +35 -35
  79. data/lib/twilio-ruby/rest/chat/v2/service/channel/message.rb +6 -6
  80. data/lib/twilio-ruby/rest/chat/v2/service/channel/webhook.rb +6 -6
  81. data/lib/twilio-ruby/rest/chat/v2/service/role.rb +8 -8
  82. data/lib/twilio-ruby/rest/chat/v2/service/user.rb +16 -12
  83. data/lib/twilio-ruby/rest/chat/v2/service/user/user_binding.rb +12 -12
  84. data/lib/twilio-ruby/rest/chat/v2/service/user/user_channel.rb +13 -11
  85. data/lib/twilio-ruby/rest/client.rb +2 -2
  86. data/lib/twilio-ruby/rest/conversations/v1/conversation.rb +4 -4
  87. data/lib/twilio-ruby/rest/conversations/v1/conversation/message.rb +4 -4
  88. data/lib/twilio-ruby/rest/conversations/v1/conversation/participant.rb +4 -4
  89. data/lib/twilio-ruby/rest/conversations/v1/conversation/webhook.rb +4 -4
  90. data/lib/twilio-ruby/rest/conversations/v1/webhook.rb +4 -4
  91. data/lib/twilio-ruby/rest/fax/v1/fax.rb +11 -5
  92. data/lib/twilio-ruby/rest/ip_messaging/v2/service.rb +12 -6
  93. data/lib/twilio-ruby/rest/ip_messaging/v2/service/binding.rb +12 -12
  94. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb +6 -6
  95. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/invite.rb +17 -16
  96. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/member.rb +35 -35
  97. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/message.rb +6 -6
  98. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/webhook.rb +6 -6
  99. data/lib/twilio-ruby/rest/ip_messaging/v2/service/role.rb +8 -8
  100. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user.rb +16 -12
  101. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_binding.rb +12 -12
  102. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_channel.rb +13 -11
  103. data/lib/twilio-ruby/rest/lookups/v1/phone_number.rb +5 -5
  104. data/lib/twilio-ruby/rest/monitor/v1.rb +1 -1
  105. data/lib/twilio-ruby/rest/monitor/v1/alert.rb +16 -16
  106. data/lib/twilio-ruby/rest/pricing/v1/voice/number.rb +1 -1
  107. data/lib/twilio-ruby/rest/pricing/v2/voice/number.rb +1 -1
  108. data/lib/twilio-ruby/security/request_validator.rb +1 -1
  109. data/lib/twilio-ruby/util/configuration.rb +10 -5
  110. data/lib/twilio-ruby/version.rb +1 -1
  111. data/spec/http/http_client_spec.rb +2 -2
  112. data/spec/integration/lookups/v1/phone_number_spec.rb +1 -1
  113. data/spec/integration/monitor/v1/alert_spec.rb +5 -28
  114. data/spec/integration/pricing/v1/voice/number_spec.rb +1 -1
  115. data/spec/integration/pricing/v2/voice/number_spec.rb +1 -1
  116. data/spec/rest/client_spec.rb +22 -0
  117. data/spec/twilio_spec.rb +3 -1
  118. data/spec/util/configuration_spec.rb +6 -0
  119. metadata +4 -3
@@ -17,7 +17,7 @@ module Twilio
17
17
  # Initialize the AddOnResultList
18
18
  # @param [Version] version Version that contains the resource
19
19
  # @param [String] account_sid The SID of the
20
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
20
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
21
21
  # Recording AddOnResult resource.
22
22
  # @param [String] reference_sid The SID of the recording to which the AddOnResult
23
23
  # resource belongs.
@@ -158,7 +158,7 @@ module Twilio
158
158
  # Initialize the AddOnResultContext
159
159
  # @param [Version] version Version that contains the resource
160
160
  # @param [String] account_sid The SID of the
161
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
161
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
162
162
  # Recording AddOnResult resource to fetch.
163
163
  # @param [String] reference_sid The SID of the recording to which the result to
164
164
  # fetch belongs.
@@ -254,7 +254,7 @@ module Twilio
254
254
  # @param [Version] version Version that contains the resource
255
255
  # @param [Hash] payload payload that contains response from Twilio
256
256
  # @param [String] account_sid The SID of the
257
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
257
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
258
258
  # Recording AddOnResult resource.
259
259
  # @param [String] reference_sid The SID of the recording to which the AddOnResult
260
260
  # resource belongs.
@@ -18,7 +18,7 @@ module Twilio
18
18
  # Initialize the PayloadList
19
19
  # @param [Version] version Version that contains the resource
20
20
  # @param [String] account_sid The SID of the
21
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
21
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
22
22
  # Recording AddOnResult Payload resource.
23
23
  # @param [String] reference_sid The SID of the recording to which the AddOnResult
24
24
  # resource that contains the payload belongs.
@@ -166,7 +166,7 @@ module Twilio
166
166
  # Initialize the PayloadContext
167
167
  # @param [Version] version Version that contains the resource
168
168
  # @param [String] account_sid The SID of the
169
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
169
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
170
170
  # Recording AddOnResult Payload resource to fetch.
171
171
  # @param [String] reference_sid The SID of the recording to which the AddOnResult
172
172
  # resource that contains the payload to fetch belongs.
@@ -238,7 +238,7 @@ module Twilio
238
238
  # @param [Version] version Version that contains the resource
239
239
  # @param [Hash] payload payload that contains response from Twilio
240
240
  # @param [String] account_sid The SID of the
241
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
241
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
242
242
  # Recording AddOnResult Payload resource.
243
243
  # @param [String] reference_sid The SID of the recording to which the AddOnResult
244
244
  # resource that contains the payload belongs.
@@ -17,7 +17,7 @@ module Twilio
17
17
  # Initialize the TranscriptionList
18
18
  # @param [Version] version Version that contains the resource
19
19
  # @param [String] account_sid The SID of the
20
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
20
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
21
21
  # Transcription resource.
22
22
  # @param [String] recording_sid The SID of the
23
23
  # [Recording](https://www.twilio.com/docs/voice/api/recording) from which the
@@ -159,7 +159,7 @@ module Twilio
159
159
  # Initialize the TranscriptionContext
160
160
  # @param [Version] version Version that contains the resource
161
161
  # @param [String] account_sid The SID of the
162
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
162
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
163
163
  # Transcription resource to fetch.
164
164
  # @param [String] recording_sid The SID of the
165
165
  # [Recording](https://www.twilio.com/docs/voice/api/recording) that created the
@@ -224,7 +224,7 @@ module Twilio
224
224
  # @param [Version] version Version that contains the resource
225
225
  # @param [Hash] payload payload that contains response from Twilio
226
226
  # @param [String] account_sid The SID of the
227
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
227
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
228
228
  # Transcription resource.
229
229
  # @param [String] recording_sid The SID of the
230
230
  # [Recording](https://www.twilio.com/docs/voice/api/recording) from which the
@@ -16,7 +16,7 @@ module Twilio
16
16
  # Initialize the ShortCodeList
17
17
  # @param [Version] version Version that contains the resource
18
18
  # @param [String] account_sid The SID of the
19
- # [Account](https://www.twilio.com/docs/api/rest/account) that created this
19
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created this
20
20
  # ShortCode resource.
21
21
  # @return [ShortCodeList] ShortCodeList
22
22
  def initialize(version, account_sid: nil)
@@ -176,7 +176,7 @@ module Twilio
176
176
  # Initialize the ShortCodeContext
177
177
  # @param [Version] version Version that contains the resource
178
178
  # @param [String] account_sid The SID of the
179
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
179
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
180
180
  # ShortCode resource(s) to fetch.
181
181
  # @param [String] sid The Twilio-provided string that uniquely identifies the
182
182
  # ShortCode resource to fetch
@@ -260,7 +260,7 @@ module Twilio
260
260
  # @param [Version] version Version that contains the resource
261
261
  # @param [Hash] payload payload that contains response from Twilio
262
262
  # @param [String] account_sid The SID of the
263
- # [Account](https://www.twilio.com/docs/api/rest/account) that created this
263
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created this
264
264
  # ShortCode resource.
265
265
  # @param [String] sid The Twilio-provided string that uniquely identifies the
266
266
  # ShortCode resource to fetch
@@ -194,7 +194,7 @@ module Twilio
194
194
  # Initialize the DomainContext
195
195
  # @param [Version] version Version that contains the resource
196
196
  # @param [String] account_sid The SID of the
197
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
197
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
198
198
  # SipDomain resource to fetch.
199
199
  # @param [String] sid The Twilio-provided string that uniquely identifies the
200
200
  # SipDomain resource to fetch.
@@ -18,7 +18,7 @@ module Twilio
18
18
  # Initialize the AuthTypesList
19
19
  # @param [Version] version Version that contains the resource
20
20
  # @param [String] account_sid The SID of the
21
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
21
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
22
22
  # SipDomain resource.
23
23
  # @param [String] domain_sid The unique string that that we created to identify
24
24
  # the SipDomain resource.
@@ -105,7 +105,7 @@ module Twilio
105
105
  # @param [Version] version Version that contains the resource
106
106
  # @param [Hash] payload payload that contains response from Twilio
107
107
  # @param [String] account_sid The SID of the
108
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
108
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
109
109
  # SipDomain resource.
110
110
  # @param [String] domain_sid The unique string that that we created to identify
111
111
  # the SipDomain resource.
@@ -19,7 +19,7 @@ module Twilio
19
19
  # Initialize the AuthTypeCallsList
20
20
  # @param [Version] version Version that contains the resource
21
21
  # @param [String] account_sid The SID of the
22
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
22
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
23
23
  # SipDomain resource.
24
24
  # @param [String] domain_sid The unique string that that we created to identify
25
25
  # the SipDomain resource.
@@ -132,7 +132,7 @@ module Twilio
132
132
  # @param [Version] version Version that contains the resource
133
133
  # @param [Hash] payload payload that contains response from Twilio
134
134
  # @param [String] account_sid The SID of the
135
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
135
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
136
136
  # SipDomain resource.
137
137
  # @param [String] domain_sid The unique string that that we created to identify
138
138
  # the SipDomain resource.
@@ -20,7 +20,7 @@ module Twilio
20
20
  # Initialize the AuthCallsCredentialListMappingList
21
21
  # @param [Version] version Version that contains the resource
22
22
  # @param [String] account_sid The SID of the
23
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
23
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
24
24
  # SipDomain resource.
25
25
  # @param [String] domain_sid The unique string that that we created to identify
26
26
  # the SipDomain resource.
@@ -184,7 +184,7 @@ module Twilio
184
184
  # Initialize the AuthCallsCredentialListMappingContext
185
185
  # @param [Version] version Version that contains the resource
186
186
  # @param [String] account_sid The SID of the
187
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
187
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
188
188
  # CredentialListMapping resource to fetch.
189
189
  # @param [String] domain_sid The SID of the SIP domain that contains the resource
190
190
  # to fetch.
@@ -248,7 +248,7 @@ module Twilio
248
248
  # @param [Version] version Version that contains the resource
249
249
  # @param [Hash] payload payload that contains response from Twilio
250
250
  # @param [String] account_sid The SID of the
251
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
251
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
252
252
  # SipDomain resource.
253
253
  # @param [String] domain_sid The unique string that that we created to identify
254
254
  # the SipDomain resource.
@@ -20,7 +20,7 @@ module Twilio
20
20
  # Initialize the AuthCallsIpAccessControlListMappingList
21
21
  # @param [Version] version Version that contains the resource
22
22
  # @param [String] account_sid The SID of the
23
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
23
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
24
24
  # SipDomain resource.
25
25
  # @param [String] domain_sid The unique string that that we created to identify
26
26
  # the SipDomain resource.
@@ -184,7 +184,7 @@ module Twilio
184
184
  # Initialize the AuthCallsIpAccessControlListMappingContext
185
185
  # @param [Version] version Version that contains the resource
186
186
  # @param [String] account_sid The SID of the
187
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
187
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
188
188
  # IpAccessControlListMapping resource to fetch.
189
189
  # @param [String] domain_sid The SID of the SIP domain that contains the resource
190
190
  # to fetch.
@@ -248,7 +248,7 @@ module Twilio
248
248
  # @param [Version] version Version that contains the resource
249
249
  # @param [Hash] payload payload that contains response from Twilio
250
250
  # @param [String] account_sid The SID of the
251
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
251
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
252
252
  # SipDomain resource.
253
253
  # @param [String] domain_sid The unique string that that we created to identify
254
254
  # the SipDomain resource.
@@ -19,7 +19,7 @@ module Twilio
19
19
  # Initialize the AuthTypeRegistrationsList
20
20
  # @param [Version] version Version that contains the resource
21
21
  # @param [String] account_sid The SID of the
22
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
22
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
23
23
  # SipDomain resource.
24
24
  # @param [String] domain_sid The unique string that that we created to identify
25
25
  # the SipDomain resource.
@@ -106,7 +106,7 @@ module Twilio
106
106
  # @param [Version] version Version that contains the resource
107
107
  # @param [Hash] payload payload that contains response from Twilio
108
108
  # @param [String] account_sid The SID of the
109
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
109
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
110
110
  # SipDomain resource.
111
111
  # @param [String] domain_sid The unique string that that we created to identify
112
112
  # the SipDomain resource.
@@ -20,7 +20,7 @@ module Twilio
20
20
  # Initialize the AuthRegistrationsCredentialListMappingList
21
21
  # @param [Version] version Version that contains the resource
22
22
  # @param [String] account_sid The SID of the
23
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
23
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
24
24
  # SipDomain resource.
25
25
  # @param [String] domain_sid The unique string that that we created to identify
26
26
  # the SipDomain resource.
@@ -184,7 +184,7 @@ module Twilio
184
184
  # Initialize the AuthRegistrationsCredentialListMappingContext
185
185
  # @param [Version] version Version that contains the resource
186
186
  # @param [String] account_sid The SID of the
187
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
187
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
188
188
  # CredentialListMapping resource to fetch.
189
189
  # @param [String] domain_sid The SID of the SIP domain that contains the resource
190
190
  # to fetch.
@@ -248,7 +248,7 @@ module Twilio
248
248
  # @param [Version] version Version that contains the resource
249
249
  # @param [Hash] payload payload that contains response from Twilio
250
250
  # @param [String] account_sid The SID of the
251
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
251
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
252
252
  # SipDomain resource.
253
253
  # @param [String] domain_sid The unique string that that we created to identify
254
254
  # the SipDomain resource.
@@ -181,7 +181,7 @@ module Twilio
181
181
  # Initialize the CredentialListMappingContext
182
182
  # @param [Version] version Version that contains the resource
183
183
  # @param [String] account_sid The unique id of the
184
- # [Account](https://www.twilio.com/docs/api/rest/account) responsible for this
184
+ # [Account](https://www.twilio.com/docs/iam/api/account) responsible for this
185
185
  # resource.
186
186
  # @param [String] domain_sid A 34 character string that uniquely identifies the
187
187
  # SIP Domain that includes the resource to fetch.
@@ -168,7 +168,7 @@ module Twilio
168
168
  # Initialize the IpAccessControlListContext
169
169
  # @param [Version] version Version that contains the resource
170
170
  # @param [String] account_sid The unique id of the
171
- # [Account](https://www.twilio.com/docs/api/rest/account) responsible for this
171
+ # [Account](https://www.twilio.com/docs/iam/api/account) responsible for this
172
172
  # resource.
173
173
  # @param [String] sid A 34 character string that uniquely identifies the resource
174
174
  # to fetch.
@@ -191,7 +191,7 @@ module Twilio
191
191
  # Initialize the IpAddressContext
192
192
  # @param [Version] version Version that contains the resource
193
193
  # @param [String] account_sid The unique id of the
194
- # [Account](https://www.twilio.com/docs/api/rest/account) responsible for this
194
+ # [Account](https://www.twilio.com/docs/iam/api/account) responsible for this
195
195
  # resource.
196
196
  # @param [String] ip_access_control_list_sid The IpAccessControlList Sid that
197
197
  # identifies the IpAddress resources to fetch.
@@ -16,7 +16,7 @@ module Twilio
16
16
  # Initialize the TokenList
17
17
  # @param [Version] version Version that contains the resource
18
18
  # @param [String] account_sid The SID of the
19
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the Token
19
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the Token
20
20
  # resource.
21
21
  # @return [TokenList] TokenList
22
22
  def initialize(version, account_sid: nil)
@@ -87,7 +87,7 @@ module Twilio
87
87
  # @param [Version] version Version that contains the resource
88
88
  # @param [Hash] payload payload that contains response from Twilio
89
89
  # @param [String] account_sid The SID of the
90
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the Token
90
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the Token
91
91
  # resource.
92
92
  # @return [TokenInstance] TokenInstance
93
93
  def initialize(version, payload, account_sid: nil)
@@ -16,7 +16,7 @@ module Twilio
16
16
  # Initialize the TranscriptionList
17
17
  # @param [Version] version Version that contains the resource
18
18
  # @param [String] account_sid The SID of the
19
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
19
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
20
20
  # Transcription resource.
21
21
  # @return [TranscriptionList] TranscriptionList
22
22
  def initialize(version, account_sid: nil)
@@ -150,7 +150,7 @@ module Twilio
150
150
  # Initialize the TranscriptionContext
151
151
  # @param [Version] version Version that contains the resource
152
152
  # @param [String] account_sid The SID of the
153
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
153
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
154
154
  # Transcription resource to fetch.
155
155
  # @param [String] sid The Twilio-provided string that uniquely identifies the
156
156
  # Transcription resource to fetch.
@@ -211,7 +211,7 @@ module Twilio
211
211
  # @param [Version] version Version that contains the resource
212
212
  # @param [Hash] payload payload that contains response from Twilio
213
213
  # @param [String] account_sid The SID of the
214
- # [Account](https://www.twilio.com/docs/api/rest/account) that created the
214
+ # [Account](https://www.twilio.com/docs/iam/api/account) that created the
215
215
  # Transcription resource.
216
216
  # @param [String] sid The Twilio-provided string that uniquely identifies the
217
217
  # Transcription resource to fetch.
@@ -42,7 +42,7 @@ module Twilio
42
42
  # Unlike stream(), this operation is eager and will load `limit` records into
43
43
  # memory before returning.
44
44
  # @param [record.Category] category The [usage
45
- # category](https://www.twilio.com/docs/api/rest/usage-records#usage-categories)
45
+ # category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories)
46
46
  # of the UsageRecord resources to read. Only UsageRecord resources in the
47
47
  # specified category are retrieved.
48
48
  # @param [Date] start_date Only include usage that has occurred on or after this
@@ -80,7 +80,7 @@ module Twilio
80
80
  # This operation lazily loads records as efficiently as possible until the limit
81
81
  # is reached.
82
82
  # @param [record.Category] category The [usage
83
- # category](https://www.twilio.com/docs/api/rest/usage-records#usage-categories)
83
+ # category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories)
84
84
  # of the UsageRecord resources to read. Only UsageRecord resources in the
85
85
  # specified category are retrieved.
86
86
  # @param [Date] start_date Only include usage that has occurred on or after this
@@ -134,7 +134,7 @@ module Twilio
134
134
  # Retrieve a single page of RecordInstance records from the API.
135
135
  # Request is executed immediately.
136
136
  # @param [record.Category] category The [usage
137
- # category](https://www.twilio.com/docs/api/rest/usage-records#usage-categories)
137
+ # category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories)
138
138
  # of the UsageRecord resources to read. Only UsageRecord resources in the
139
139
  # specified category are retrieved.
140
140
  # @param [Date] start_date Only include usage that has occurred on or after this
@@ -33,7 +33,7 @@ module Twilio
33
33
  # Unlike stream(), this operation is eager and will load `limit` records into
34
34
  # memory before returning.
35
35
  # @param [all_time.Category] category The [usage
36
- # category](https://www.twilio.com/docs/api/rest/usage-records#usage-categories)
36
+ # category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories)
37
37
  # of the UsageRecord resources to read. Only UsageRecord resources in the
38
38
  # specified category are retrieved.
39
39
  # @param [Date] start_date Only include usage that has occurred on or after this
@@ -71,7 +71,7 @@ module Twilio
71
71
  # This operation lazily loads records as efficiently as possible until the limit
72
72
  # is reached.
73
73
  # @param [all_time.Category] category The [usage
74
- # category](https://www.twilio.com/docs/api/rest/usage-records#usage-categories)
74
+ # category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories)
75
75
  # of the UsageRecord resources to read. Only UsageRecord resources in the
76
76
  # specified category are retrieved.
77
77
  # @param [Date] start_date Only include usage that has occurred on or after this
@@ -125,7 +125,7 @@ module Twilio
125
125
  # Retrieve a single page of AllTimeInstance records from the API.
126
126
  # Request is executed immediately.
127
127
  # @param [all_time.Category] category The [usage
128
- # category](https://www.twilio.com/docs/api/rest/usage-records#usage-categories)
128
+ # category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories)
129
129
  # of the UsageRecord resources to read. Only UsageRecord resources in the
130
130
  # specified category are retrieved.
131
131
  # @param [Date] start_date Only include usage that has occurred on or after this
@@ -33,7 +33,7 @@ module Twilio
33
33
  # Unlike stream(), this operation is eager and will load `limit` records into
34
34
  # memory before returning.
35
35
  # @param [daily.Category] category The [usage
36
- # category](https://www.twilio.com/docs/api/rest/usage-records#usage-categories)
36
+ # category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories)
37
37
  # of the UsageRecord resources to read. Only UsageRecord resources in the
38
38
  # specified category are retrieved.
39
39
  # @param [Date] start_date Only include usage that has occurred on or after this
@@ -71,7 +71,7 @@ module Twilio
71
71
  # This operation lazily loads records as efficiently as possible until the limit
72
72
  # is reached.
73
73
  # @param [daily.Category] category The [usage
74
- # category](https://www.twilio.com/docs/api/rest/usage-records#usage-categories)
74
+ # category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories)
75
75
  # of the UsageRecord resources to read. Only UsageRecord resources in the
76
76
  # specified category are retrieved.
77
77
  # @param [Date] start_date Only include usage that has occurred on or after this
@@ -125,7 +125,7 @@ module Twilio
125
125
  # Retrieve a single page of DailyInstance records from the API.
126
126
  # Request is executed immediately.
127
127
  # @param [daily.Category] category The [usage
128
- # category](https://www.twilio.com/docs/api/rest/usage-records#usage-categories)
128
+ # category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories)
129
129
  # of the UsageRecord resources to read. Only UsageRecord resources in the
130
130
  # specified category are retrieved.
131
131
  # @param [Date] start_date Only include usage that has occurred on or after this
@@ -33,7 +33,7 @@ module Twilio
33
33
  # Unlike stream(), this operation is eager and will load `limit` records into
34
34
  # memory before returning.
35
35
  # @param [last_month.Category] category The [usage
36
- # category](https://www.twilio.com/docs/api/rest/usage-records#usage-categories)
36
+ # category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories)
37
37
  # of the UsageRecord resources to read. Only UsageRecord resources in the
38
38
  # specified category are retrieved.
39
39
  # @param [Date] start_date Only include usage that has occurred on or after this
@@ -71,7 +71,7 @@ module Twilio
71
71
  # This operation lazily loads records as efficiently as possible until the limit
72
72
  # is reached.
73
73
  # @param [last_month.Category] category The [usage
74
- # category](https://www.twilio.com/docs/api/rest/usage-records#usage-categories)
74
+ # category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories)
75
75
  # of the UsageRecord resources to read. Only UsageRecord resources in the
76
76
  # specified category are retrieved.
77
77
  # @param [Date] start_date Only include usage that has occurred on or after this
@@ -125,7 +125,7 @@ module Twilio
125
125
  # Retrieve a single page of LastMonthInstance records from the API.
126
126
  # Request is executed immediately.
127
127
  # @param [last_month.Category] category The [usage
128
- # category](https://www.twilio.com/docs/api/rest/usage-records#usage-categories)
128
+ # category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories)
129
129
  # of the UsageRecord resources to read. Only UsageRecord resources in the
130
130
  # specified category are retrieved.
131
131
  # @param [Date] start_date Only include usage that has occurred on or after this
@@ -33,7 +33,7 @@ module Twilio
33
33
  # Unlike stream(), this operation is eager and will load `limit` records into
34
34
  # memory before returning.
35
35
  # @param [monthly.Category] category The [usage
36
- # category](https://www.twilio.com/docs/api/rest/usage-records#usage-categories)
36
+ # category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories)
37
37
  # of the UsageRecord resources to read. Only UsageRecord resources in the
38
38
  # specified category are retrieved.
39
39
  # @param [Date] start_date Only include usage that has occurred on or after this
@@ -71,7 +71,7 @@ module Twilio
71
71
  # This operation lazily loads records as efficiently as possible until the limit
72
72
  # is reached.
73
73
  # @param [monthly.Category] category The [usage
74
- # category](https://www.twilio.com/docs/api/rest/usage-records#usage-categories)
74
+ # category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories)
75
75
  # of the UsageRecord resources to read. Only UsageRecord resources in the
76
76
  # specified category are retrieved.
77
77
  # @param [Date] start_date Only include usage that has occurred on or after this
@@ -125,7 +125,7 @@ module Twilio
125
125
  # Retrieve a single page of MonthlyInstance records from the API.
126
126
  # Request is executed immediately.
127
127
  # @param [monthly.Category] category The [usage
128
- # category](https://www.twilio.com/docs/api/rest/usage-records#usage-categories)
128
+ # category](https://www.twilio.com/docs/usage/api/usage-record#usage-categories)
129
129
  # of the UsageRecord resources to read. Only UsageRecord resources in the
130
130
  # specified category are retrieved.
131
131
  # @param [Date] start_date Only include usage that has occurred on or after this