You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: twilio/rest/api/v2010/account/address/__init__.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ def update(
148
148
"""
149
149
Update the AddressInstance
150
150
151
-
:param friendly_name: A descriptive string that you create to describe the address. It can be up to 64 characters long.
151
+
:param friendly_name: A descriptive string that you create to describe the new address. It can be up to 64 characters long for Regulatory Compliance addresses and 32 characters long for Emergency addresses.
152
152
:param customer_name: The name to associate with the address.
153
153
:param street: The number and street address of the address.
154
154
:param city: The city of the address.
@@ -187,7 +187,7 @@ async def update_async(
187
187
"""
188
188
Asynchronous coroutine to update the AddressInstance
189
189
190
-
:param friendly_name: A descriptive string that you create to describe the address. It can be up to 64 characters long.
190
+
:param friendly_name: A descriptive string that you create to describe the new address. It can be up to 64 characters long for Regulatory Compliance addresses and 32 characters long for Emergency addresses.
191
191
:param customer_name: The name to associate with the address.
192
192
:param street: The number and street address of the address.
193
193
:param city: The city of the address.
@@ -336,7 +336,7 @@ def update(
336
336
"""
337
337
Update the AddressInstance
338
338
339
-
:param friendly_name: A descriptive string that you create to describe the address. It can be up to 64 characters long.
339
+
:param friendly_name: A descriptive string that you create to describe the new address. It can be up to 64 characters long for Regulatory Compliance addresses and 32 characters long for Emergency addresses.
340
340
:param customer_name: The name to associate with the address.
341
341
:param street: The number and street address of the address.
342
342
:param city: The city of the address.
@@ -394,7 +394,7 @@ async def update_async(
394
394
"""
395
395
Asynchronous coroutine to update the AddressInstance
396
396
397
-
:param friendly_name: A descriptive string that you create to describe the address. It can be up to 64 characters long.
397
+
:param friendly_name: A descriptive string that you create to describe the new address. It can be up to 64 characters long for Regulatory Compliance addresses and 32 characters long for Emergency addresses.
398
398
:param customer_name: The name to associate with the address.
399
399
:param street: The number and street address of the address.
0 commit comments