10000 Corrected search country attribute to be non us/ca specific · charlax/twilio-python@91751fb · GitHub
[go: up one dir, main page]

Skip to content

Commit 91751fb

Browse files
committed
Corrected search country attribute to be non us/ca specific
1 parent 8ac4d01 commit 91751fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio/rest/resources/phone_numbers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def purchase(self, status_callback_url=None, **kwargs):
147147
def search(self, **kwargs):
148148
"""
149149
:param type: The type of phone number to search for.
150-
:param string country: Either "US" or "CA". Defaults to "US"
150+
:param string country: Only show numbers for this country (iso2)
151151
:param string region: When searching the US, show numbers in this state
152152
:param string postal_code: Only show numbers in this area code
153153
:param string rate_center: US only.

0 commit comments

Comments
 (0)
0