We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59de63 commit f55c80fCopy full SHA for f55c80f
docs/examples/account/update-payment-method.md
@@ -2,6 +2,7 @@ import { Client, Account } from "@appwrite.io/console";
2
3
const client = new Client()
4
.setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
5
+ .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
7
const account = new Account(client);
8
0 commit comments