8000 Corrected search country attribute to be non us/ca specific by dnathe4th · Pull Request #104 · twilio/twilio-python · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion twilio/rest/resources/phone_numbers.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def purchase(self, status_callback_url=None, **kwargs):
def search(self, **kwargs):
"""
:param type: The type of phone number to search for.
:param string country: Either "US" or "CA". Defaults to "US"
:param string country: Only show numbers for this country (iso2)
:param string region: When searching the US, show numbers in this state
:param string postal_code: Only show numbers in this area code
:param string rate_center: US only.
Expand Down
0