8000 Merge pull request #104 from dnathe4th/master · Stackdriver/twilio-python@c2c382c · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 1, 2018. It is now read-only.

Commit c2c382c

Browse files
author
Kevin Burke
committed
Merge pull request twilio#104 from dnathe4th/master
Corrected search country attribute to be non us/ca specific
2 parents 8ac4d01 + 91751fb commit c2c382c

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