Skip to content

Commit d1830da

Browse files
committed
chore: update Python SDK to 17.0.0
1 parent dbacd56 commit d1830da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/databases/upsert-documents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ from appwrite.models import DocumentList
66
client = Client()
77
client.set_endpoint('https://<REGION>.cloud.appwrite.io/v1') # Your API Endpoint
88
client.set_project('<YOUR_PROJECT_ID>') # Your project ID
9-
client.set_session('') # The user session to authenticate with
9+
client.set_key('<YOUR_API_KEY>') # Your secret API key
1010

1111
databases = Databases(client)
1212

0 commit comments

Comments
 (0)