Skip to content

Commit 2f2818a

Browse files
author
childish-sambino
authored
Update a few property types in the lookups and trunking responses (#482)
1 parent a3038ce commit 2f2818a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

twilio/rest/lookups/v1/phone_number.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def _proxy(self):
209209
def caller_name(self):
210210
"""
211211
:returns: The name of the phone number's owner
212-
:rtype: unicode
212+
:rtype: dict
213213
"""
214214
return self._properties['caller_name']
215215

@@ -241,7 +241,7 @@ def national_format(self):
241241
def carrier(self):
242242
"""
243243
:returns: The telecom company that provides the phone number
244-
:rtype: unicode
244+
:rtype: dict
245245
"""
246246
return self._properties['carrier']
247247

twilio/rest/trunking/v1/trunk/phone_number.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def beta(self):
372372
def capabilities(self):
373373
"""
374374
:returns: Indicate if a phone can receive calls or messages
375-
:rtype: unicode
375+
:rtype: dict
376376
"""
377377
return self._properties['capabilities']
378378

0 commit comments

Comments
 (0)