8000 Fix key of credentials resource · Twilio-api/twilio-python@c0be22c · GitHub
[go: up one dir, main page]

Skip to content

Commit c0be22c

Browse files
committed
Fix key of credentials resource
1 parent 8a143d9 commit c0be22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio/rest/resources/sip/credential_lists.py

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

4343
class Credentials(ListResource):
4444
name = "Credentials"
45-
key = "credential_lists"
45+
key = "credentials"
4646
instance = Credential
4747

4848
def create(self, username, password, **kwargs):

0 commit comments

Comments
 (0)
0