Skip to content

Commit 1ca645e

Browse files
committed
chore: update Node.js SDK to 23.0.0
1 parent 566f848 commit 1ca645e

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
@@ -4,7 +4,7 @@ const sdk = require('node-appwrite');
44
const client = new sdk.Client()
55
.setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
66
.setProject('<YOUR_PROJECT_ID>') // Your project ID
7-
.setSession(''); // The user session to authenticate with
7+
.setKey('<YOUR_API_KEY>'); // Your secret API key
88

99
const databases = new sdk.Databases(client);
1010

0 commit comments

Comments
 (0)