8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf5a8b7 + e13a621 commit 49ff0b5Copy full SHA for 49ff0b5
twilio/rest/resources/phone_numbers.py
@@ -325,7 +325,8 @@ def search(self, **kwargs):
325
:param str region: When searching the US, show numbers in this state
326
:param str postal_code: Only show numbers in this area code
327
:param str rate_center: US only.
328
- :param tuple near_lat_long: Find close numbers within Distance miles.
+ :param str near_lat_long: Find close numbers within Distance miles.
329
+ Should be string of format "{lat},{long}"
330
:param integer distance: Search radius for a Near- query in miles.
331
:param boolean beta: Whether to include numbers new to the Twilio
332
platform.
0 commit comments