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
@@ -38,7 +38,7 @@ module Twilio
38
38
  # @param [String] contains The pattern on which to match phone numbers. Valid
39
39
  # characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any
40
40
  # single digit. For examples, see [Example
41
- # 2](https://www.twilio.com/docs/api/rest/available-phone-numbers#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/api/rest/available-phone-numbers#local-get-basic-example-3). If specified, this value must have at least two characters.
41
+ # 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters.
42
42
  # @param [Boolean] sms_enabled Whether the phone numbers can receive text
43
43
  # messages. Can be: `true` or `false`.
44
44
  # @param [Boolean] mms_enabled Whether the phone numbers can receive MMS messages.
@@ -46,14 +46,14 @@ module Twilio
46
46
  # @param [Boolean] voice_enabled Whether the phone numbers can receive calls. Can
47
47
  # be: `true` or `false`.
48
48
  # @param [Boolean] exclude_all_address_required Whether to exclude phone numbers
49
- # that require an [Address](https://www.twilio.com/docs/usage/api/addresses). Can
49
+ # that require an [Address](https://www.twilio.com/docs/usage/api/address). Can
50
50
  # be: `true` or `false` and the default is `false`.
51
51
  # @param [Boolean] exclude_local_address_required Whether to exclude phone numbers
52
- # that require a local [Address](https://www.twilio.com/docs/usage/api/addresses).
52
+ # that require a local [Address](https://www.twilio.com/docs/usage/api/address).
53
53
  # Can be: `true` or `false` and the default is `false`.
54
54
  # @param [Boolean] exclude_foreign_address_required Whether to exclude phone
55
55
  # numbers that require a foreign
56
- # [Address](https://www.twilio.com/docs/usage/api/addresses). Can be: `true` or
56
+ # [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or
57
57
  # `false` and the default is `false`.
58
58
  # @param [Boolean] beta Whether to read phone numbers that are new to the Twilio
59
59
  # platform. Can be: `true` or `false` and the default is `true`.
@@ -76,9 +76,9 @@ module Twilio
76
76
  # a phone number search within the same rate center as that number. Requires
77
77
  # `in_lata` to be set as well. Applies to only phone numbers in the US and Canada.
78
78
  # @param [String] in_lata Limit results to a specific local access and transport
79
- # area ([LATA](http://en.wikipedia.org/wiki/Local_access_and_transport_area)).
79
+ # area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)).
80
80
  # Given a phone number, search within the same
81
- # [LATA](http://en.wikipedia.org/wiki/Local_access_and_transport_area) as that
81
+ # [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that
82
82
  # number. Applies to only phone numbers in the US and Canada.
83
83
  # @param [String] in_locality Limit results to a particular locality or city.
84
84
  # Given a phone number, search within the same Locality as that number.
@@ -125,7 +125,7 @@ module Twilio
125
125
  # @param [String] contains The pattern on which to match phone numbers. Valid
126
126
  # characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any
127
127
  # single digit. For examples, see [Example
128
- # 2](https://www.twilio.com/docs/api/rest/available-phone-numbers#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/api/rest/available-phone-numbers#local-get-basic-example-3). If specified, this value must have at least two characters.
128
+ # 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters.
129
129
  # @param [Boolean] sms_enabled Whether the phone numbers can receive text
130
130
  # messages. Can be: `true` or `false`.
131
131
  # @param [Boolean] mms_enabled Whether the phone numbers can receive MMS messages.
@@ -133,14 +133,14 @@ module Twilio
133
133
  # @param [Boolean] voice_enabled Whether the phone numbers can receive calls. Can
134
134
  # be: `true` or `false`.
135
135
  # @param [Boolean] exclude_all_address_required Whether to exclude phone numbers
136
- # that require an [Address](https://www.twilio.com/docs/usage/api/addresses). Can
136
+ # that require an [Address](https://www.twilio.com/docs/usage/api/address). Can
137
137
  # be: `true` or `false` and the default is `false`.
138
138
  # @param [Boolean] exclude_local_address_required Whether to exclude phone numbers
139
- # that require a local [Address](https://www.twilio.com/docs/usage/api/addresses).
139
+ # that require a local [Address](https://www.twilio.com/docs/usage/api/address).
140
140
  # Can be: `true` or `false` and the default is `false`.
141
141
  # @param [Boolean] exclude_foreign_address_required Whether to exclude phone
142
142
  # numbers that require a foreign
143
- # [Address](https://www.twilio.com/docs/usage/api/addresses). Can be: `true` or
143
+ # [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or
144
144
  # `false` and the default is `false`.
145
145
  # @param [Boolean] beta Whether to read phone numbers that are new to the Twilio
146
146
  # platform. Can be: `true` or `false` and the default is `true`.
@@ -163,9 +163,9 @@ module Twilio
163
163
  # a phone number search within the same rate center as that number. Requires
164
164
  # `in_lata` to be set as well. Applies to only phone numbers in the US and Canada.
165
165
  # @param [String] in_lata Limit results to a specific local access and transport
166
- # area ([LATA](http://en.wikipedia.org/wiki/Local_access_and_transport_area)).
166
+ # area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)).
167
167
  # Given a phone number, search within the same
168
- # [LATA](http://en.wikipedia.org/wiki/Local_access_and_transport_area) as that
168
+ # [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that
169
169
  # number. Applies to only phone numbers in the US and Canada.
170
170
  # @param [String] in_locality Limit results to a particular locality or city.
171
171
  # Given a phone number, search within the same Locality as that number.
@@ -228,7 +228,7 @@ module Twilio
228
228
  # @param [String] contains The pattern on which to match phone numbers. Valid
229
229
  # characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any
230
230
  # single digit. For examples, see [Example
231
- # 2](https://www.twilio.com/docs/api/rest/available-phone-numbers#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/api/rest/available-phone-numbers#local-get-basic-example-3). If specified, this value must have at least two characters.
231
+ # 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters.
232
232
  # @param [Boolean] sms_enabled Whether the phone numbers can receive text
233
233
  # messages. Can be: `true` or `false`.
234
234
  # @param [Boolean] mms_enabled Whether the phone numbers can receive MMS messages.
@@ -236,14 +236,14 @@ module Twilio
236
236
  # @param [Boolean] voice_enabled Whether the phone numbers can receive calls. Can
237
237
  # be: `true` or `false`.
238
238
  # @param [Boolean] exclude_all_address_required Whether to exclude phone numbers
239
- # that require an [Address](https://www.twilio.com/docs/usage/api/addresses). Can
239
+ # that require an [Address](https://www.twilio.com/docs/usage/api/address). Can
240
240
  # be: `true` or `false` and the default is `false`.
241
241
  # @param [Boolean] exclude_local_address_required Whether to exclude phone numbers
242
- # that require a local [Address](https://www.twilio.com/docs/usage/api/addresses).
242
+ # that require a local [Address](https://www.twilio.com/docs/usage/api/address).
243
243
  # Can be: `true` or `false` and the default is `false`.
244
244
  # @param [Boolean] exclude_foreign_address_required Whether to exclude phone
245
245
  # numbers that require a foreign
246
- # [Address](https://www.twilio.com/docs/usage/api/addresses). Can be: `true` or
246
+ # [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or
247
247
  # `false` and the default is `false`.
248
248
  # @param [Boolean] beta Whether to read phone numbers that are new to the Twilio
249
249
  # platform. Can be: `true` or `false` and the default is `true`.
@@ -266,9 +266,9 @@ module Twilio
266
266
  # a phone number search within the same rate center as that number. Requires
267
267
  # `in_lata` to be set as well. Applies to only phone numbers in the US and Canada.
268
268
  # @param [String] in_lata Limit results to a specific local access and transport
269
- # area ([LATA](http://en.wikipedia.org/wiki/Local_access_and_transport_area)).
269
+ # area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)).
270
270
  # Given a phone number, search within the same
271
- # [LATA](http://en.wikipedia.org/wiki/Local_access_and_transport_area) as that
271
+ # [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that
272
272
  # number. Applies to only phone numbers in the US and Canada.
273
273
  # @param [String] in_locality Limit results to a particular locality or city.
274
274
  # Given a phone number, search within the same Locality as that number.
@@ -38,7 +38,7 @@ module Twilio
38
38
  # @param [String] contains The pattern on which to match phone numbers. Valid
39
39
  # characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any
40
40
  # single digit. For examples, see [Example
41
- # 2](https://www.twilio.com/docs/api/rest/available-phone-numbers#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/api/rest/available-phone-numbers#local-get-basic-example-3). If specified, this value must have at least two characters.
41
+ # 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters.
42
42
  # @param [Boolean] sms_enabled Whether the phone numbers can receive text
43
43
  # messages. Can be: `true` or `false`.
44
44
  # @param [Boolean] mms_enabled Whether the phone numbers can receive MMS messages.
@@ -46,14 +46,14 @@ module Twilio
46
46
  # @param [Boolean] voice_enabled Whether the phone numbers can receive calls. Can
47
47
  # be: `true` or `false`.
48
48
  # @param [Boolean] exclude_all_address_required Whether to exclude phone numbers
49
- # that require an [Address](https://www.twilio.com/docs/usage/api/addresses). Can
49
+ # that require an [Address](https://www.twilio.com/docs/usage/api/address). Can
50
50
  # be: `true` or `false` and the default is `false`.
51
51
  # @param [Boolean] exclude_local_address_required Whether to exclude phone numbers
52
- # that require a local [Address](https://www.twilio.com/docs/usage/api/addresses).
52
+ # that require a local [Address](https://www.twilio.com/docs/usage/api/address).
53
53
  # Can be: `true` or `false` and the default is `false`.
54
54
  # @param [Boolean] exclude_foreign_address_required Whether to exclude phone
55
55
  # numbers that require a foreign
56
- # [Address](https://www.twilio.com/docs/usage/api/addresses). Can be: `true` or
56
+ # [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or
57
57
  # `false` and the default is `false`.
58
58
  # @param [Boolean] beta Whether to read phone numbers that are new to the Twilio
59
59
  # platform. Can be: `true` or `false` and the default is `true`.
@@ -76,9 +76,9 @@ module Twilio
76
76
  # a phone number search within the same rate center as that number. Requires
77
77
  # `in_lata` to be set as well. Applies to only phone numbers in the US and Canada.
78
78
  # @param [String] in_lata Limit results to a specific local access and transport
79
- # area ([LATA](http://en.wikipedia.org/wiki/Local_access_and_transport_area)).
79
+ # area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)).
80
80
  # Given a phone number, search within the same
81
- # [LATA](http://en.wikipedia.org/wiki/Local_access_and_transport_area) as that
81
+ # [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that
82
82
  # number. Applies to only phone numbers in the US and Canada.
83
83
  # @param [String] in_locality Limit results to a particular locality or city.
84
84
  # Given a phone number, search within the same Locality as that number.
@@ -125,7 +125,7 @@ module Twilio
125
125
  # @param [String] contains The pattern on which to match phone numbers. Valid
126
126
  # characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any
127
127
  # single digit. For examples, see [Example
128
- # 2](https://www.twilio.com/docs/api/rest/available-phone-numbers#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/api/rest/available-phone-numbers#local-get-basic-example-3). If specified, this value must have at least two characters.
128
+ # 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters.
129
129
  # @param [Boolean] sms_enabled Whether the phone numbers can receive text
130
130
  # messages. Can be: `true` or `false`.
131
131
  # @param [Boolean] mms_enabled Whether the phone numbers can receive MMS messages.
@@ -133,14 +133,14 @@ module Twilio
133
133
  # @param [Boolean] voice_enabled Whether the phone numbers can receive calls. Can
134
134
  # be: `true` or `false`.
135
135
  # @param [Boolean] exclude_all_address_required Whether to exclude phone numbers
136
- # that require an [Address](https://www.twilio.com/docs/usage/api/addresses). Can
136
+ # that require an [Address](https://www.twilio.com/docs/usage/api/address). Can
137
137
  # be: `true` or `false` and the default is `false`.
138
138
  # @param [Boolean] exclude_local_address_required Whether to exclude phone numbers
139
- # that require a local [Address](https://www.twilio.com/docs/usage/api/addresses).
139
+ # that require a local [Address](https://www.twilio.com/docs/usage/api/address).
140
140
  # Can be: `true` or `false` and the default is `false`.
141
141
  # @param [Boolean] exclude_foreign_address_required Whether to exclude phone
142
142
  # numbers that require a foreign
143
- # [Address](https://www.twilio.com/docs/usage/api/addresses). Can be: `true` or
143
+ # [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or
144
144
  # `false` and the default is `false`.
145
145
  # @param [Boolean] beta Whether to read phone numbers that are new to the Twilio
146
146
  # platform. Can be: `true` or `false` and the default is `true`.
@@ -163,9 +163,9 @@ module Twilio
163
163
  # a phone number search within the same rate center as that number. Requires
164
164
  # `in_lata` to be set as well. Applies to only phone numbers in the US and Canada.
165
165
  # @param [String] in_lata Limit results to a specific local access and transport
166
- # area ([LATA](http://en.wikipedia.org/wiki/Local_access_and_transport_area)).
166
+ # area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)).
167
167
  # Given a phone number, search within the same
168
- # [LATA](http://en.wikipedia.org/wiki/Local_access_and_transport_area) as that
168
+ # [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that
169
169
  # number. Applies to only phone numbers in the US and Canada.
170
170
  # @param [String] in_locality Limit results to a particular locality or city.
171
171
  # Given a phone number, search within the same Locality as that number.
@@ -228,7 +228,7 @@ module Twilio
228
228
  # @param [String] contains The pattern on which to match phone numbers. Valid
229
229
  # characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any
230
230
  # single digit. For examples, see [Example
231
- # 2](https://www.twilio.com/docs/api/rest/available-phone-numbers#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/api/rest/available-phone-numbers#local-get-basic-example-3). If specified, this value must have at least two characters.
231
+ # 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters.
232
232
  # @param [Boolean] sms_enabled Whether the phone numbers can receive text
233
233
  # messages. Can be: `true` or `false`.
234
234
  # @param [Boolean] mms_enabled Whether the phone numbers can receive MMS messages.
@@ -236,14 +236,14 @@ module Twilio
236
236
  # @param [Boolean] voice_enabled Whether the phone numbers can receive calls. Can
237
237
  # be: `true` or `false`.
238
238
  # @param [Boolean] exclude_all_address_required Whether to exclude phone numbers
239
- # that require an [Address](https://www.twilio.com/docs/usage/api/addresses). Can
239
+ # that require an [Address](https://www.twilio.com/docs/usage/api/address). Can
240
240
  # be: `true` or `false` and the default is `false`.
241
241
  # @param [Boolean] exclude_local_address_required Whether to exclude phone numbers
242
- # that require a local [Address](https://www.twilio.com/docs/usage/api/addresses).
242
+ # that require a local [Address](https://www.twilio.com/docs/usage/api/address).
243
243
  # Can be: `true` or `false` and the default is `false`.
244
244
  # @param [Boolean] exclude_foreign_address_required Whether to exclude phone
245
245
  # numbers that require a foreign
246
- # [Address](https://www.twilio.com/docs/usage/api/addresses). Can be: `true` or
246
+ # [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or
247
247
  # `false` and the default is `false`.
248
248
  # @param [Boolean] beta Whether to read phone numbers that are new to the Twilio
249
249
  # platform. Can be: `true` or `false` and the default is `true`.
@@ -266,9 +266,9 @@ module Twilio
266
266
  # a phone number search within the same rate center as that number. Requires
267
267
  # `in_lata` to be set as well. Applies to only phone numbers in the US and Canada.
268
268
  # @param [String] in_lata Limit results to a specific local access and transport
269
- # area ([LATA](http://en.wikipedia.org/wiki/Local_access_and_transport_area)).
269
+ # area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)).
270
270
  # Given a phone number, search within the same
271
- # [LATA](http://en.wikipedia.org/wiki/Local_access_and_transport_area) as that
271
+ # [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that
272
272
  # number. Applies to only phone numbers in the US and Canada.
273
273
  # @param [String] in_locality Limit results to a particular locality or city.
274
274
  # Given a phone number, search within the same Locality as that number.
@@ -38,7 +38,7 @@ module Twilio
38
38
  # @param [String] contains The pattern on which to match phone numbers. Valid
39
39
  # characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any
40
40
  # single digit. For examples, see [Example
41
- # 2](https://www.twilio.com/docs/api/rest/available-phone-numbers#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/api/rest/available-phone-numbers#local-get-basic-example-3). If specified, this value must have at least two characters.
41
+ # 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters.
42
42
  # @param [Boolean] sms_enabled Whether the phone numbers can receive text
43
43
  # messages. Can be: `true` or `false`.
44
44
  # @param [Boolean] mms_enabled Whether the phone numbers can receive MMS messages.
@@ -46,14 +46,14 @@ module Twilio
46
46
  # @param [Boolean] voice_enabled Whether the phone numbers can receive calls. Can
47
47
  # be: `true` or `false`.
48
48
  # @param [Boolean] exclude_all_address_required Whether to exclude phone numbers
49
- # that require an [Address](https://www.twilio.com/docs/usage/api/addresses). Can
49
+ # that require an [Address](https://www.twilio.com/docs/usage/api/address). Can
50
50
  # be: `true` or `false` and the default is `false`.
51
51
  # @param [Boolean] exclude_local_address_required Whether to exclude phone numbers
52
- # that require a local [Address](https://www.twilio.com/docs/usage/api/addresses).
52
+ # that require a local [Address](https://www.twilio.com/docs/usage/api/address).
53
53
  # Can be: `true` or `false` and the default is `false`.
54
54
  # @param [Boolean] exclude_foreign_address_required Whether to exclude phone
55
55
  # numbers that require a foreign
56
- # [Address](https://www.twilio.com/docs/usage/api/addresses). Can be: `true` or
56
+ # [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or
57
57
  # `false` and the default is `false`.
58
58
  # @param [Boolean] beta Whether to read phone numbers that are new to the Twilio
59
59
  # platform. Can be: `true` or `false` and the default is `true`.
@@ -76,9 +76,9 @@ module Twilio
76
76
  # a phone number search within the same rate center as that number. Requires
77
77
  # `in_lata` to be set as well. Applies to only phone numbers in the US and Canada.
78
78
  # @param [String] in_lata Limit results to a specific local access and transport
79
- # area ([LATA](http://en.wikipedia.org/wiki/Local_access_and_transport_area)).
79
+ # area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)).
80
80
  # Given a phone number, search within the same
81
- # [LATA](http://en.wikipedia.org/wiki/Local_access_and_transport_area) as that
81
+ # [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that
82
82
  # number. Applies to only phone numbers in the US and Canada.
83
83
  # @param [String] in_locality Limit results to a particular locality or city.
84
84
  # Given a phone number, search within the same Locality as that number.
@@ -125,7 +125,7 @@ module Twilio
125
125
  # @param [String] contains The pattern on which to match phone numbers. Valid
126
126
  # characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any
127
127
  # single digit. For examples, see [Example
128
- # 2](https://www.twilio.com/docs/api/rest/available-phone-numbers#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/api/rest/available-phone-numbers#local-get-basic-example-3). If specified, this value must have at least two characters.
128
+ # 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters.
129
129
  # @param [Boolean] sms_enabled Whether the phone numbers can receive text
130
130
  # messages. Can be: `true` or `false`.
131
131
  # @param [Boolean] mms_enabled Whether the phone numbers can receive MMS messages.
@@ -133,14 +133,14 @@ module Twilio
133
133
  # @param [Boolean] voice_enabled Whether the phone numbers can receive calls. Can
134
134
  # be: `true` or `false`.
135
135
  # @param [Boolean] exclude_all_address_required Whether to exclude phone numbers
136
- # that require an [Address](https://www.twilio.com/docs/usage/api/addresses). Can
136
+ # that require an [Address](https://www.twilio.com/docs/usage/api/address). Can
137
137
  # be: `true` or `false` and the default is `false`.
138
138
  # @param [Boolean] exclude_local_address_required Whether to exclude phone numbers
139
- # that require a local [Address](https://www.twilio.com/docs/usage/api/addresses).
139
+ # that require a local [Address](https://www.twilio.com/docs/usage/api/address).
140
140
  # Can be: `true` or `false` and the default is `false`.
141
141
  # @param [Boolean] exclude_foreign_address_required Whether to exclude phone
142
142
  # numbers that require a foreign
143
- # [Address](https://www.twilio.com/docs/usage/api/addresses). Can be: `true` or
143
+ # [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or
144
144
  # `false` and the default is `false`.
145
145
  # @param [Boolean] beta Whether to read phone numbers that are new to the Twilio
146
146
  # platform. Can be: `true` or `false` and the default is `true`.
@@ -163,9 +163,9 @@ module Twilio
163
163
  # a phone number search within the same rate center as that number. Requires
164
164
  # `in_lata` to be set as well. Applies to only phone numbers in the US and Canada.
165
165
  # @param [String] in_lata Limit results to a specific local access and transport
166
- # area ([LATA](http://en.wikipedia.org/wiki/Local_access_and_transport_area)).
166
+ # area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)).
167
167
  # Given a phone number, search within the same
168
- # [LATA](http://en.wikipedia.org/wiki/Local_access_and_transport_area) as that
168
+ # [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that
169
169
  # number. Applies to only phone numbers in the US and Canada.
170
170
  # @param [String] in_locality Limit results to a particular locality or city.
171
171
  # Given a phone number, search within the same Locality as that number.
@@ -228,7 +228,7 @@ module Twilio
228
228
  # @param [String] contains The pattern on which to match phone numbers. Valid
229
229
  # characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any
230
230
  # single digit. For examples, see [Example
231
- # 2](https://www.twilio.com/docs/api/rest/available-phone-numbers#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/api/rest/available-phone-numbers#local-get-basic-example-3). If specified, this value must have at least two characters.
231
+ # 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters.
232
232
  # @param [Boolean] sms_enabled Whether the phone numbers can receive text
233
233
  # messages. Can be: `true` or `false`.
234
234
  # @param [Boolean] mms_enabled Whether the phone numbers can receive MMS messages.
@@ -236,14 +236,14 @@ module Twilio
236
236
  # @param [Boolean] voice_enabled Whether the phone numbers can receive calls. Can
237
237
  # be: `true` or `false`.
238
238
  # @param [Boolean] exclude_all_address_required Whether to exclude phone numbers
239
- # that require an [Address](https://www.twilio.com/docs/usage/api/addresses). Can
239
+ # that require an [Address](https://www.twilio.com/docs/usage/api/address). Can
240
240
  # be: `true` or `false` and the default is `false`.
241
241
  # @param [Boolean] exclude_local_address_required Whether to exclude phone numbers
242
- # that require a local [Address](https://www.twilio.com/docs/usage/api/addresses).
242
+ # that require a local [Address](https://www.twilio.com/docs/usage/api/address).
243
243
  # Can be: `true` or `false` and the default is `false`.
244
244
  # @param [Boolean] exclude_foreign_address_required Whether to exclude phone
245
245
  # numbers that require a foreign
246
- # [Address](https://www.twilio.com/docs/usage/api/addresses). Can be: `true` or
246
+ # [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or
247
247
  # `false` and the default is `false`.
248
248
  # @param [Boolean] beta Whether to read phone numbers that are new to the Twilio
249
249
  # platform. Can be: `true` or `false` and the default is `true`.
@@ -266,9 +266,9 @@ module Twilio
266
266
  # a phone number search within the same rate center as that number. Requires
267
267
  # `in_lata` to be set as well. Applies to only phone numbers in the US and Canada.
268
268
  # @param [String] in_lata Limit results to a specific local access and transport
269
- # area ([LATA](http://en.wikipedia.org/wiki/Local_access_and_transport_area)).
269
+ # area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)).
270
270
  # Given a phone number, search within the same
271
- # [LATA](http://en.wikipedia.org/wiki/Local_access_and_transport_area) as that
271
+ # [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that
272
272
  # number. Applies to only phone numbers in the US and Canada.
273
273
  # @param [String] in_locality Limit results to a particular locality or city.
274
274
  # Given a phone number, search within the same Locality as that number.
@@ -38,7 +38,7 @@ module Twilio
38
38
  # @param [String] contains The pattern on which to match phone numbers. Valid
39
39
  # characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any
40
40
  # single digit. For examples, see [Example
41
- # 2](https://www.twilio.com/docs/api/rest/available-phone-numbers#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/api/rest/available-phone-numbers#local-get-basic-example-3). If specified, this value must have at least two characters.
41
+ # 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters.
42
42
  # @param [Boolean] sms_enabled Whether the phone numbers can receive text
43
43
  # messages. Can be: `true` or `false`.
44
44
  # @param [Boolean] mms_enabled Whether the phone numbers can receive MMS messages.
@@ -46,14 +46,14 @@ module Twilio
46
46
  # @param [Boolean] voice_enabled Whether the phone numbers can receive calls. Can
47
47
  # be: `true` or `false`.
48
48
  # @param [Boolean] exclude_all_address_required Whether to exclude phone numbers
49
- # that require an [Address](https://www.twilio.com/docs/usage/api/addresses). Can
49
+ # that require an [Address](https://www.twilio.com/docs/usage/api/address). Can
50
50
  # be: `true` or `false` and the default is `false`.
51
51
  # @param [Boolean] exclude_local_address_required Whether to exclude phone numbers
52
- # that require a local [Address](https://www.twilio.com/docs/usage/api/addresses).
52
+ # that require a local [Address](https://www.twilio.com/docs/usage/api/address).
53
53
  # Can be: `true` or `false` and the default is `false`.
54
54
  # @param [Boolean] exclude_foreign_address_required Whether to exclude phone
55
55
  # numbers that require a foreign
56
- # [Address](https://www.twilio.com/docs/usage/api/addresses). Can be: `true` or
56
+ # [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or
57
57
  # `false` and the default is `false`.
58
58
  # @param [Boolean] beta Whether to read phone numbers that are new to the Twilio
59
59
  # platform. Can be: `true` or `false` and the default is `true`.
@@ -76,9 +76,9 @@ module Twilio
76
76
  # a phone number search within the same rate center as that number. Requires
77
77
  # `in_lata` to be set as well. Applies to only phone numbers in the US and Canada.
78
78
  # @param [String] in_lata Limit results to a specific local access and transport
79
- # area ([LATA](http://en.wikipedia.org/wiki/Local_access_and_transport_area)).
79
+ # area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)).
80
80
  # Given a phone number, search within the same
81
- # [LATA](http://en.wikipedia.org/wiki/Local_access_and_transport_area) as that
81
+ # [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that
82
82
  # number. Applies to only phone numbers in the US and Canada.
83
83
  # @param [String] in_locality Limit results to a particular locality or city.
84
84
  # Given a phone number, search within the same Locality as that number.
@@ -125,7 +125,7 @@ module Twilio
125
125
  # @param [String] contains The pattern on which to match phone numbers. Valid
126
126
  # characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any
127
127
  # single digit. For examples, see [Example
128
- # 2](https://www.twilio.com/docs/api/rest/available-phone-numbers#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/api/rest/available-phone-numbers#local-get-basic-example-3). If specified, this value must have at least two characters.
128
+ # 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters.
129
129
  # @param [Boolean] sms_enabled Whether the phone numbers can receive text
130
130
  # messages. Can be: `true` or `false`.
131
131
  # @param [Boolean] mms_enabled Whether the phone numbers can receive MMS messages.
@@ -133,14 +133,14 @@ module Twilio
133
133
  # @param [Boolean] voice_enabled Whether the phone numbers can receive calls. Can
134
134
  # be: `true` or `false`.
135
135
  # @param [Boolean] exclude_all_address_required Whether to exclude phone numbers
136
- # that require an [Address](https://www.twilio.com/docs/usage/api/addresses). Can
136
+ # that require an [Address](https://www.twilio.com/docs/usage/api/address). Can
137
137
  # be: `true` or `false` and the default is `false`.
138
138
  # @param [Boolean] exclude_local_address_required Whether to exclude phone numbers
139
- # that require a local [Address](https://www.twilio.com/docs/usage/api/addresses).
139
+ # that require a local [Address](https://www.twilio.com/docs/usage/api/address).
140
140
  # Can be: `true` or `false` and the default is `false`.
141
141
  # @param [Boolean] exclude_foreign_address_required Whether to exclude phone
142
142
  # numbers that require a foreign
143
- # [Address](https://www.twilio.com/docs/usage/api/addresses). Can be: `true` or
143
+ # [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or
144
144
  # `false` and the default is `false`.
145
145
  # @param [Boolean] beta Whether to read phone numbers that are new to the Twilio
146
146
  # platform. Can be: `true` or `false` and the default is `true`.
@@ -163,9 +163,9 @@ module Twilio
163
163
  # a phone number search within the same rate center as that number. Requires
164
164
  # `in_lata` to be set as well. Applies to only phone numbers in the US and Canada.
165
165
  # @param [String] in_lata Limit results to a specific local access and transport
166
- # area ([LATA](http://en.wikipedia.org/wiki/Local_access_and_transport_area)).
166
+ # area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)).
167
167
  # Given a phone number, search within the same
168
- # [LATA](http://en.wikipedia.org/wiki/Local_access_and_transport_area) as that
168
+ # [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that
169
169
  # number. Applies to only phone numbers in the US and Canada.
170
170
  # @param [String] in_locality Limit results to a particular locality or city.
171
171
  # Given a phone number, search within the same Locality as that number.
@@ -228,7 +228,7 @@ module Twilio
228
228
  # @param [String] contains The pattern on which to match phone numbers. Valid
229
229
  # characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any
230
230
  # single digit. For examples, see [Example
231
- # 2](https://www.twilio.com/docs/api/rest/available-phone-numbers#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/api/rest/available-phone-numbers#local-get-basic-example-3). If specified, this value must have at least two characters.
231
+ # 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters.
232
232
  # @param [Boolean] sms_enabled Whether the phone numbers can receive text
233
233
  # messages. Can be: `true` or `false`.
234
234
  # @param [Boolean] mms_enabled Whether the phone numbers can receive MMS messages.
@@ -236,14 +236,14 @@ module Twilio
236
236
  # @param [Boolean] voice_enabled Whether the phone numbers can receive calls. Can
237
237
  # be: `true` or `false`.
238
238
  # @param [Boolean] exclude_all_address_required Whether to exclude phone numbers
239
- # that require an [Address](https://www.twilio.com/docs/usage/api/addresses). Can
239
+ # that require an [Address](https://www.twilio.com/docs/usage/api/address). Can
240
240
  # be: `true` or `false` and the default is `false`.
241
241
  # @param [Boolean] exclude_local_address_required Whether to exclude phone numbers
242
- # that require a local [Address](https://www.twilio.com/docs/usage/api/addresses).
242
+ # that require a local [Address](https://www.twilio.com/docs/usage/api/address).
243
243
  # Can be: `true` or `false` and the default is `false`.
244
244
  # @param [Boolean] exclude_foreign_address_required Whether to exclude phone
245
245
  # numbers that require a foreign
246
- # [Address](https://www.twilio.com/docs/usage/api/addresses). Can be: `true` or
246
+ # [Address](https://www.twilio.com/docs/usage/api/address). Can be: `true` or
247
247
  # `false` and the default is `false`.
248
248
  # @param [Boolean] beta Whether to read phone numbers that are new to the Twilio
249
249
  # platform. Can be: `true` or `false` and the default is `true`.
@@ -266,9 +266,9 @@ module Twilio
266
266
  # a phone number search within the same rate center as that number. Requires
267
267
  # `in_lata` to be set as well. Applies to only phone numbers in the US and Canada.
268
268
  # @param [String] in_lata Limit results to a specific local access and transport
269
- # area ([LATA](http://en.wikipedia.org/wiki/Local_access_and_transport_area)).
269
+ # area ([LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area)).
270
270
  # Given a phone number, search within the same
271
- # [LATA](http://en.wikipedia.org/wiki/Local_access_and_transport_area) as that
271
+ # [LATA](https://en.wikipedia.org/wiki/Local_access_and_transport_area) as that
272
272
  # number. Applies to only phone numbers in the US and Canada.
273
273
  # @param [String] in_locality Limit results to a particular locality or city.
274
274
  # Given a phone number, search within the same Locality as that number.