Skip to content

Commit 6db5966

Browse files
committed
Fixes for nested query parsing and MFA route authentication types
1 parent 94df3f4 commit 6db5966

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/examples/users/delete-authenticator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ client = Client()
66
(client
77
.set_endpoint('https://cloud.appwrite.io/v1') # Your API Endpoint
88
.set_project('5df5acd0d48c2') # Your project ID
9-
.set_session('') # The user session to authenticate with
9+
.set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key
1010
)
1111

1212
users = Users(client)

docs/examples/users/list-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ client = Client()
55
(client
66
.set_endpoint('https://cloud.appwrite.io/v1') # Your API Endpoint
77
.set_project('5df5acd0d48c2') # Your project ID
8-
.set_session('') # The user session to authenticate with
8+
.set_key('919c2d18fb5d4...a2ae413da83346ad2') # Your secret API key
99
)
1010

1111
users = Users(client)

0 commit comments

Comments
 (0)