8000 Change Domains key to match API · Twilio-api/twilio-python@3f94f1f · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f94f1f

Browse files
committed
Change Domains key to match API
1 parent c0be22c commit 3f94f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio/rest/resources/sip/domains.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def delete(self):
143143

144144
class SipDomains(ListResource):
145145
name = "Domains"
146-
key = "sip_domains"
146+
key = "domains"
147147
instance = SipDomain
148148

149149
def create(self, domain_name, **kwargs):

0 commit comments

Comments
 (0)
0