From 28fd4f44d2f1240603278654712d5fa5c3ffcfd4 Mon Sep 17 00:00:00 2001
From: Jake Barnby <jakeb994@gmail.com>
Date: Wed, 26 Jun 2024 18:12:55 +1200
Subject: [PATCH 1/4] Fix floats

---
 README.md                                      |  2 +-
 docs/account.md                                |  2 +-
 .../account/create-anonymous-session.md        |  2 +-
 .../account/create-email-password-session.md   |  2 +-
 docs/examples/account/create-email-token.md    |  2 +-
 docs/examples/account/create-j-w-t.md          |  2 +-
 .../account/create-magic-u-r-l-token.md        |  2 +-
 .../account/create-mfa-authenticator.md        |  2 +-
 docs/examples/account/create-mfa-challenge.md  |  2 +-
 .../account/create-mfa-recovery-codes.md       |  2 +-
 docs/examples/account/create-o-auth2token.md   |  2 +-
 docs/examples/account/create-phone-token.md    |  2 +-
 .../account/create-phone-verification.md       |  2 +-
 docs/examples/account/create-recovery.md       |  2 +-
 docs/examples/account/create-session.md        |  2 +-
 docs/examples/account/create-verification.md   |  2 +-
 docs/examples/account/create.md                |  2 +-
 docs/examples/account/delete-identity.md       |  2 +-
 .../account/delete-mfa-authenticator.md        |  2 +-
 docs/examples/account/delete-session.md        |  2 +-
 docs/examples/account/delete-sessions.md       |  2 +-
 .../examples/account/get-mfa-recovery-codes.md |  2 +-
 docs/examples/account/get-prefs.md             |  2 +-
 docs/examples/account/get-session.md           |  2 +-
 docs/examples/account/get.md                   |  2 +-
 docs/examples/account/list-identities.md       |  2 +-
 docs/examples/account/list-logs.md             |  2 +-
 docs/examples/account/list-mfa-factors.md      |  2 +-
 docs/examples/account/list-sessions.md         |  2 +-
 docs/examples/account/update-email.md          |  2 +-
 docs/examples/account/update-m-f-a.md          |  2 +-
 .../account/update-magic-u-r-l-session.md      |  2 +-
 .../account/update-mfa-authenticator.md        |  2 +-
 docs/examples/account/update-mfa-challenge.md  |  2 +-
 .../account/update-mfa-recovery-codes.md       |  2 +-
 docs/examples/account/update-name.md           |  2 +-
 docs/examples/account/update-password.md       |  2 +-
 docs/examples/account/update-phone-session.md  |  2 +-
 .../account/update-phone-verification.md       |  2 +-
 docs/examples/account/update-phone.md          |  2 +-
 docs/examples/account/update-prefs.md          |  2 +-
 docs/examples/account/update-recovery.md       |  2 +-
 docs/examples/account/update-session.md        |  2 +-
 docs/examples/account/update-status.md         |  2 +-
 docs/examples/account/update-verification.md   |  2 +-
 docs/examples/avatars/get-browser.md           |  2 +-
 docs/examples/avatars/get-credit-card.md       |  2 +-
 docs/examples/avatars/get-favicon.md           |  2 +-
 docs/examples/avatars/get-flag.md              |  2 +-
 docs/examples/avatars/get-image.md             |  2 +-
 docs/examples/avatars/get-initials.md          |  2 +-
 docs/examples/avatars/get-q-r.md               |  2 +-
 .../databases/create-boolean-attribute.md      |  4 ++--
 docs/examples/databases/create-collection.md   |  4 ++--
 .../databases/create-datetime-attribute.md     |  4 ++--
 docs/examples/databases/create-document.md     |  2 +-
 .../databases/create-email-attribute.md        |  4 ++--
 .../databases/create-enum-attribute.md         |  4 ++--
 .../databases/create-float-attribute.md        |  4 ++--
 docs/examples/databases/create-index.md        |  4 ++--
 .../databases/create-integer-attribute.md      |  4 ++--
 docs/examples/databases/create-ip-attribute.md |  4 ++--
 .../databases/create-relationship-attribute.md |  4 ++--
 .../databases/create-string-attribute.md       |  4 ++--
 .../examples/databases/create-url-attribute.md |  4 ++--
 docs/examples/databases/create.md              |  4 ++--
 docs/examples/databases/delete-attribute.md    |  4 ++--
 docs/examples/databases/delete-collection.md   |  4 ++--
 docs/examples/databases/delete-document.md     |  2 +-
 docs/examples/databases/delete-index.md        |  4 ++--
 docs/examples/databases/delete.md              |  4 ++--
 docs/examples/databases/get-attribute.md       |  4 ++--
 docs/examples/databases/get-collection.md      |  4 ++--
 docs/examples/databases/get-document.md        |  2 +-
 docs/examples/databases/get-index.md           |  4 ++--
 docs/examples/databases/get.md                 |  4 ++--
 docs/examples/databases/list-attributes.md     |  4 ++--
 docs/examples/databases/list-collections.md    |  4 ++--
 docs/examples/databases/list-documents.md      |  2 +-
 docs/examples/databases/list-indexes.md        |  4 ++--
 docs/examples/databases/list.md                |  4 ++--
 .../databases/update-boolean-attribute.md      |  4 ++--
 docs/examples/databases/update-collection.md   |  4 ++--
 .../databases/update-datetime-attribute.md     |  4 ++--
 docs/examples/databases/update-document.md     |  2 +-
 .../databases/update-email-attribute.md        |  4 ++--
 .../databases/update-enum-attribute.md         |  4 ++--
 .../databases/update-float-attribute.md        |  4 ++--
 .../databases/update-integer-attribute.md      |  4 ++--
 docs/examples/databases/update-ip-attribute.md |  4 ++--
 .../databases/update-relationship-attribute.md |  4 ++--
 .../databases/update-string-attribute.md       |  4 ++--
 .../examples/databases/update-url-attribute.md |  4 ++--
 docs/examples/databases/update.md              |  4 ++--
 docs/examples/functions/create-build.md        |  4 ++--
 docs/examples/functions/create-deployment.md   |  4 ++--
 docs/examples/functions/create-execution.md    |  2 +-
 docs/examples/functions/create-variable.md     |  4 ++--
 docs/examples/functions/create.md              |  4 ++--
 docs/examples/functions/delete-deployment.md   |  4 ++--
 docs/examples/functions/delete-variable.md     |  4 ++--
 docs/examples/functions/delete.md              |  4 ++--
 docs/examples/functions/download-deployment.md |  4 ++--
 docs/examples/functions/get-deployment.md      |  4 ++--
 docs/examples/functions/get-execution.md       |  2 +-
 docs/examples/functions/get-variable.md        |  4 ++--
 docs/examples/functions/get.md                 |  4 ++--
 docs/examples/functions/list-deployments.md    |  4 ++--
 docs/examples/functions/list-executions.md     |  2 +-
 docs/examples/functions/list-runtimes.md       |  4 ++--
 docs/examples/functions/list-variables.md      |  4 ++--
 docs/examples/functions/list.md                |  4 ++--
 docs/examples/functions/update-deployment.md   |  4 ++--
 docs/examples/functions/update-variable.md     |  4 ++--
 docs/examples/functions/update.md              |  4 ++--
 docs/examples/graphql/mutation.md              |  4 ++--
 docs/examples/graphql/query.md                 |  4 ++--
 docs/examples/health/get-antivirus.md          |  4 ++--
 docs/examples/health/get-cache.md              |  4 ++--
 docs/examples/health/get-certificate.md        |  4 ++--
 docs/examples/health/get-d-b.md                |  4 ++--
 docs/examples/health/get-failed-jobs.md        |  4 ++--
 docs/examples/health/get-pub-sub.md            |  4 ++--
 docs/examples/health/get-queue-builds.md       |  4 ++--
 docs/examples/health/get-queue-certificates.md |  4 ++--
 docs/examples/health/get-queue-databases.md    |  4 ++--
 docs/examples/health/get-queue-deletes.md      |  4 ++--
 docs/examples/health/get-queue-functions.md    |  4 ++--
 docs/examples/health/get-queue-logs.md         |  4 ++--
 docs/examples/health/get-queue-mails.md        |  4 ++--
 docs/examples/health/get-queue-messaging.md    |  4 ++--
 docs/examples/health/get-queue-migrations.md   |  4 ++--
 docs/examples/health/get-queue-usage-dump.md   |  4 ++--
 docs/examples/health/get-queue-usage.md        |  4 ++--
 docs/examples/health/get-queue-webhooks.md     |  4 ++--
 docs/examples/health/get-queue.md              |  4 ++--
 docs/examples/health/get-storage-local.md      |  4 ++--
 docs/examples/health/get-storage.md            |  4 ++--
 docs/examples/health/get-time.md               |  4 ++--
 docs/examples/health/get.md                    |  4 ++--
 docs/examples/locale/get.md                    |  2 +-
 docs/examples/locale/list-codes.md             |  2 +-
 docs/examples/locale/list-continents.md        |  2 +-
 docs/examples/locale/list-countries-e-u.md     |  2 +-
 docs/examples/locale/list-countries-phones.md  |  2 +-
 docs/examples/locale/list-countries.md         |  2 +-
 docs/examples/locale/list-currencies.md        |  2 +-
 docs/examples/locale/list-languages.md         |  2 +-
 .../examples/messaging/create-apns-provider.md |  4 ++--
 docs/examples/messaging/create-email.md        |  4 ++--
 docs/examples/messaging/create-fcm-provider.md |  4 ++--
 .../messaging/create-mailgun-provider.md       |  4 ++--
 .../examples/messaging/create-msg91provider.md |  4 ++--
 docs/examples/messaging/create-push.md         |  4 ++--
 .../messaging/create-sendgrid-provider.md      |  4 ++--
 docs/examples/messaging/create-sms.md          |  4 ++--
 .../examples/messaging/create-smtp-provider.md |  4 ++--
 docs/examples/messaging/create-subscriber.md   |  4 ++--
 .../messaging/create-telesign-provider.md      |  4 ++--
 .../messaging/create-textmagic-provider.md     |  4 ++--
 docs/examples/messaging/create-topic.md        |  4 ++--
 .../messaging/create-twilio-provider.md        |  4 ++--
 .../messaging/create-vonage-provider.md        |  4 ++--
 docs/examples/messaging/delete-provider.md     |  4 ++--
 docs/examples/messaging/delete-subscriber.md   |  4 ++--
 docs/examples/messaging/delete-topic.md        |  4 ++--
 docs/examples/messaging/delete.md              |  4 ++--
 docs/examples/messaging/get-message.md         |  4 ++--
 docs/examples/messaging/get-provider.md        |  4 ++--
 docs/examples/messaging/get-subscriber.md      |  4 ++--
 docs/examples/messaging/get-topic.md           |  4 ++--
 docs/examples/messaging/list-message-logs.md   |  4 ++--
 docs/examples/messaging/list-messages.md       |  4 ++--
 docs/examples/messaging/list-provider-logs.md  |  4 ++--
 docs/examples/messaging/list-providers.md      |  4 ++--
 .../examples/messaging/list-subscriber-logs.md |  4 ++--
 docs/examples/messaging/list-subscribers.md    |  4 ++--
 docs/examples/messaging/list-targets.md        |  4 ++--
 docs/examples/messaging/list-topic-logs.md     |  4 ++--
 docs/examples/messaging/list-topics.md         |  4 ++--
 .../examples/messaging/update-apns-provider.md |  4 ++--
 docs/examples/messaging/update-email.md        |  4 ++--
 docs/examples/messaging/update-fcm-provider.md |  4 ++--
 .../messaging/update-mailgun-provider.md       |  4 ++--
 .../examples/messaging/update-msg91provider.md |  4 ++--
 docs/examples/messaging/update-push.md         |  4 ++--
 .../messaging/update-sendgrid-provider.md      |  4 ++--
 docs/examples/messaging/update-sms.md          |  4 ++--
 .../examples/messaging/update-smtp-provider.md |  4 ++--
 .../messaging/update-telesign-provider.md      |  4 ++--
 .../messaging/update-textmagic-provider.md     |  4 ++--
 docs/examples/messaging/update-topic.md        |  4 ++--
 .../messaging/update-twilio-provider.md        |  4 ++--
 .../messaging/update-vonage-provider.md        |  4 ++--
 docs/examples/storage/create-bucket.md         |  4 ++--
 docs/examples/storage/create-file.md           |  2 +-
 docs/examples/storage/delete-bucket.md         |  4 ++--
 docs/examples/storage/delete-file.md           |  2 +-
 docs/examples/storage/get-bucket.md            |  4 ++--
 docs/examples/storage/get-file-download.md     |  2 +-
 docs/examples/storage/get-file-preview.md      |  2 +-
 docs/examples/storage/get-file-view.md         |  2 +-
 docs/examples/storage/get-file.md              |  2 +-
 docs/examples/storage/list-buckets.md          |  4 ++--
 docs/examples/storage/list-files.md            |  2 +-
 docs/examples/storage/update-bucket.md         |  4 ++--
 docs/examples/storage/update-file.md           |  2 +-
 docs/examples/teams/create-membership.md       |  2 +-
 docs/examples/teams/create.md                  |  2 +-
 docs/examples/teams/delete-membership.md       |  2 +-
 docs/examples/teams/delete.md                  |  2 +-
 docs/examples/teams/get-membership.md          |  2 +-
 docs/examples/teams/get-prefs.md               |  2 +-
 docs/examples/teams/get.md                     |  2 +-
 docs/examples/teams/list-memberships.md        |  2 +-
 docs/examples/teams/list.md                    |  2 +-
 .../examples/teams/update-membership-status.md |  2 +-
 docs/examples/teams/update-membership.md       |  2 +-
 docs/examples/teams/update-name.md             |  2 +-
 docs/examples/teams/update-prefs.md            |  2 +-
 docs/examples/users/create-argon2user.md       |  4 ++--
 docs/examples/users/create-bcrypt-user.md      |  4 ++--
 docs/examples/users/create-m-d5user.md         |  4 ++--
 .../users/create-mfa-recovery-codes.md         |  4 ++--
 docs/examples/users/create-p-h-pass-user.md    |  4 ++--
 docs/examples/users/create-s-h-a-user.md       |  4 ++--
 .../users/create-scrypt-modified-user.md       |  4 ++--
 docs/examples/users/create-scrypt-user.md      |  4 ++--
 docs/examples/users/create-session.md          |  4 ++--
 docs/examples/users/create-target.md           |  4 ++--
 docs/examples/users/create-token.md            |  4 ++--
 docs/examples/users/create.md                  |  4 ++--
 docs/examples/users/delete-identity.md         |  4 ++--
 .../examples/users/delete-mfa-authenticator.md |  4 ++--
 docs/examples/users/delete-session.md          |  4 ++--
 docs/examples/users/delete-sessions.md         |  4 ++--
 docs/examples/users/delete-target.md           |  4 ++--
 docs/examples/users/delete.md                  |  4 ++--
 docs/examples/users/get-mfa-recovery-codes.md  |  4 ++--
 docs/examples/users/get-prefs.md               |  4 ++--
 docs/examples/users/get-target.md              |  4 ++--
 docs/examples/users/get.md                     |  4 ++--
 docs/examples/users/list-identities.md         |  4 ++--
 docs/examples/users/list-logs.md               |  4 ++--
 docs/examples/users/list-memberships.md        |  4 ++--
 docs/examples/users/list-mfa-factors.md        |  4 ++--
 docs/examples/users/list-sessions.md           |  4 ++--
 docs/examples/users/list-targets.md            |  4 ++--
 docs/examples/users/list.md                    |  4 ++--
 .../users/update-email-verification.md         |  4 ++--
 docs/examples/users/update-email.md            |  4 ++--
 docs/examples/users/update-labels.md           |  4 ++--
 .../users/update-mfa-recovery-codes.md         |  4 ++--
 docs/examples/users/update-mfa.md              |  4 ++--
 docs/examples/users/update-name.md             |  4 ++--
 docs/examples/users/update-password.md         |  4 ++--
 .../users/update-phone-verification.md         |  4 ++--
 docs/examples/users/update-phone.md            |  4 ++--
 docs/examples/users/update-prefs.md            |  4 ++--
 docs/examples/users/update-status.md           |  4 ++--
 docs/examples/users/update-target.md           |  4 ++--
 docs/storage.md                                |  6 +++---
 src/Appwrite/Client.php                        | 11 +++++++++--
 src/Appwrite/Enums/Name.php                    | 18 +++++-------------
 src/Appwrite/Services/Account.php              |  2 +-
 src/Appwrite/Services/Databases.php            | 16 ++++++++--------
 src/Appwrite/Services/Storage.php              |  4 ++--
 267 files changed, 461 insertions(+), 462 deletions(-)

diff --git a/README.md b/README.md
index d95a2aa..04bcaef 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Appwrite PHP SDK
 
 ![License](https://img.shields.io/github/license/appwrite/sdk-for-php.svg?style=flat-square&v=1)
-![Version](https://img.shields.io/badge/api%20version-1.5.6-blue.svg?style=flat-square&v=1)
+![Version](https://img.shields.io/badge/api%20version-1.5.8-blue.svg?style=flat-square&v=1)
 [![Build Status](https://img.shields.io/travis/com/appwrite/sdk-generator?style=flat-square)](https://travis-ci.com/appwrite/sdk-generator)
 [![Twitter Account](https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square)](https://twitter.com/appwrite)
 [![Discord](https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square)](https://appwrite.io/discord)
diff --git a/docs/account.md b/docs/account.md
index 3a74c26..c0c9e63 100644
--- a/docs/account.md
+++ b/docs/account.md
@@ -126,7 +126,7 @@ POST https://cloud.appwrite.io/v1/account/mfa/authenticators/{type}
 PUT https://cloud.appwrite.io/v1/account/mfa/authenticators/{type}
 ```
 
-** Verify an authenticator app after adding it using the [add authenticator](/docs/references/cloud/client-web/account#createMfaAuthenticator) method. add  **
+** Verify an authenticator app after adding it using the [add authenticator](/docs/references/cloud/client-web/account#createMfaAuthenticator) method. **
 
 ### Parameters
 
diff --git a/docs/examples/account/create-anonymous-session.md b/docs/examples/account/create-anonymous-session.md
index 950bb4a..c43c60e 100644
--- a/docs/examples/account/create-anonymous-session.md
+++ b/docs/examples/account/create-anonymous-session.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2'); // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;'); // Your project ID
 
 $account = new Account($client);
 
diff --git a/docs/examples/account/create-email-password-session.md b/docs/examples/account/create-email-password-session.md
index 3fd96f3..faefc33 100644
--- a/docs/examples/account/create-email-password-session.md
+++ b/docs/examples/account/create-email-password-session.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2'); // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;'); // Your project ID
 
 $account = new Account($client);
 
diff --git a/docs/examples/account/create-email-token.md b/docs/examples/account/create-email-token.md
index 1477366..68dd7f4 100644
--- a/docs/examples/account/create-email-token.md
+++ b/docs/examples/account/create-email-token.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2'); // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;'); // Your project ID
 
 $account = new Account($client);
 
diff --git a/docs/examples/account/create-j-w-t.md b/docs/examples/account/create-j-w-t.md
index d59316f..33479c4 100644
--- a/docs/examples/account/create-j-w-t.md
+++ b/docs/examples/account/create-j-w-t.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2'); // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;'); // Your project ID
 
 $account = new Account($client);
 
diff --git a/docs/examples/account/create-magic-u-r-l-token.md b/docs/examples/account/create-magic-u-r-l-token.md
index e744157..f75991c 100644
--- a/docs/examples/account/create-magic-u-r-l-token.md
+++ b/docs/examples/account/create-magic-u-r-l-token.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2'); // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;'); // Your project ID
 
 $account = new Account($client);
 
diff --git a/docs/examples/account/create-mfa-authenticator.md b/docs/examples/account/create-mfa-authenticator.md
index 1b3d176..95fca46 100644
--- a/docs/examples/account/create-mfa-authenticator.md
+++ b/docs/examples/account/create-mfa-authenticator.md
@@ -6,7 +6,7 @@ use Appwrite\Enums\AuthenticatorType;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/create-mfa-challenge.md b/docs/examples/account/create-mfa-challenge.md
index 5cef510..34bd063 100644
--- a/docs/examples/account/create-mfa-challenge.md
+++ b/docs/examples/account/create-mfa-challenge.md
@@ -6,7 +6,7 @@ use Appwrite\Enums\AuthenticationFactor;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2'); // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;'); // Your project ID
 
 $account = new Account($client);
 
diff --git a/docs/examples/account/create-mfa-recovery-codes.md b/docs/examples/account/create-mfa-recovery-codes.md
index 8adf247..c474967 100644
--- a/docs/examples/account/create-mfa-recovery-codes.md
+++ b/docs/examples/account/create-mfa-recovery-codes.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/create-o-auth2token.md b/docs/examples/account/create-o-auth2token.md
index dc97ef6..0411d6f 100644
--- a/docs/examples/account/create-o-auth2token.md
+++ b/docs/examples/account/create-o-auth2token.md
@@ -6,7 +6,7 @@ use Appwrite\Enums\OAuthProvider;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2'); // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;'); // Your project ID
 
 $account = new Account($client);
 
diff --git a/docs/examples/account/create-phone-token.md b/docs/examples/account/create-phone-token.md
index 43ff008..e5724d3 100644
--- a/docs/examples/account/create-phone-token.md
+++ b/docs/examples/account/create-phone-token.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2'); // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;'); // Your project ID
 
 $account = new Account($client);
 
diff --git a/docs/examples/account/create-phone-verification.md b/docs/examples/account/create-phone-verification.md
index c4b52f3..e681607 100644
--- a/docs/examples/account/create-phone-verification.md
+++ b/docs/examples/account/create-phone-verification.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/create-recovery.md b/docs/examples/account/create-recovery.md
index b35c58f..86cc2d9 100644
--- a/docs/examples/account/create-recovery.md
+++ b/docs/examples/account/create-recovery.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/create-session.md b/docs/examples/account/create-session.md
index 71fa75c..e714d11 100644
--- a/docs/examples/account/create-session.md
+++ b/docs/examples/account/create-session.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2'); // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;'); // Your project ID
 
 $account = new Account($client);
 
diff --git a/docs/examples/account/create-verification.md b/docs/examples/account/create-verification.md
index b1ca321..9541956 100644
--- a/docs/examples/account/create-verification.md
+++ b/docs/examples/account/create-verification.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/create.md b/docs/examples/account/create.md
index c07c2d7..b4bc9df 100644
--- a/docs/examples/account/create.md
+++ b/docs/examples/account/create.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2'); // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;'); // Your project ID
 
 $account = new Account($client);
 
diff --git a/docs/examples/account/delete-identity.md b/docs/examples/account/delete-identity.md
index 06a6a38..dc7f751 100644
--- a/docs/examples/account/delete-identity.md
+++ b/docs/examples/account/delete-identity.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/delete-mfa-authenticator.md b/docs/examples/account/delete-mfa-authenticator.md
index 78a304f..5420c15 100644
--- a/docs/examples/account/delete-mfa-authenticator.md
+++ b/docs/examples/account/delete-mfa-authenticator.md
@@ -6,7 +6,7 @@ use Appwrite\Enums\AuthenticatorType;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/delete-session.md b/docs/examples/account/delete-session.md
index 9b06705..e52d95e 100644
--- a/docs/examples/account/delete-session.md
+++ b/docs/examples/account/delete-session.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/delete-sessions.md b/docs/examples/account/delete-sessions.md
index 7f927fa..a493317 100644
--- a/docs/examples/account/delete-sessions.md
+++ b/docs/examples/account/delete-sessions.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/get-mfa-recovery-codes.md b/docs/examples/account/get-mfa-recovery-codes.md
index 795559b..f640e9e 100644
--- a/docs/examples/account/get-mfa-recovery-codes.md
+++ b/docs/examples/account/get-mfa-recovery-codes.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/get-prefs.md b/docs/examples/account/get-prefs.md
index 57990c1..f6489fc 100644
--- a/docs/examples/account/get-prefs.md
+++ b/docs/examples/account/get-prefs.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/get-session.md b/docs/examples/account/get-session.md
index 5236002..17bf7f7 100644
--- a/docs/examples/account/get-session.md
+++ b/docs/examples/account/get-session.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/get.md b/docs/examples/account/get.md
index 4b6d8e2..8a36274 100644
--- a/docs/examples/account/get.md
+++ b/docs/examples/account/get.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/list-identities.md b/docs/examples/account/list-identities.md
index da36bbd..78c6dd3 100644
--- a/docs/examples/account/list-identities.md
+++ b/docs/examples/account/list-identities.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/list-logs.md b/docs/examples/account/list-logs.md
index a83c39a..0dcdb3b 100644
--- a/docs/examples/account/list-logs.md
+++ b/docs/examples/account/list-logs.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/list-mfa-factors.md b/docs/examples/account/list-mfa-factors.md
index 448f18d..e029574 100644
--- a/docs/examples/account/list-mfa-factors.md
+++ b/docs/examples/account/list-mfa-factors.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/list-sessions.md b/docs/examples/account/list-sessions.md
index bae339f..28f2823 100644
--- a/docs/examples/account/list-sessions.md
+++ b/docs/examples/account/list-sessions.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-email.md b/docs/examples/account/update-email.md
index efe3d99..60cb7cc 100644
--- a/docs/examples/account/update-email.md
+++ b/docs/examples/account/update-email.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-m-f-a.md b/docs/examples/account/update-m-f-a.md
index 5247ec4..1869f7e 100644
--- a/docs/examples/account/update-m-f-a.md
+++ b/docs/examples/account/update-m-f-a.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-magic-u-r-l-session.md b/docs/examples/account/update-magic-u-r-l-session.md
index 1fa3422..d5e1a9f 100644
--- a/docs/examples/account/update-magic-u-r-l-session.md
+++ b/docs/examples/account/update-magic-u-r-l-session.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2'); // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;'); // Your project ID
 
 $account = new Account($client);
 
diff --git a/docs/examples/account/update-mfa-authenticator.md b/docs/examples/account/update-mfa-authenticator.md
index e97fff5..f998c23 100644
--- a/docs/examples/account/update-mfa-authenticator.md
+++ b/docs/examples/account/update-mfa-authenticator.md
@@ -6,7 +6,7 @@ use Appwrite\Enums\AuthenticatorType;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-mfa-challenge.md b/docs/examples/account/update-mfa-challenge.md
index d0f278c..62124c5 100644
--- a/docs/examples/account/update-mfa-challenge.md
+++ b/docs/examples/account/update-mfa-challenge.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-mfa-recovery-codes.md b/docs/examples/account/update-mfa-recovery-codes.md
index 7b6809f..7babcac 100644
--- a/docs/examples/account/update-mfa-recovery-codes.md
+++ b/docs/examples/account/update-mfa-recovery-codes.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-name.md b/docs/examples/account/update-name.md
index ea6353f..4e0f1cb 100644
--- a/docs/examples/account/update-name.md
+++ b/docs/examples/account/update-name.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-password.md b/docs/examples/account/update-password.md
index dc873db..e438d2b 100644
--- a/docs/examples/account/update-password.md
+++ b/docs/examples/account/update-password.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-phone-session.md b/docs/examples/account/update-phone-session.md
index 9681b35..2951815 100644
--- a/docs/examples/account/update-phone-session.md
+++ b/docs/examples/account/update-phone-session.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2'); // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;'); // Your project ID
 
 $account = new Account($client);
 
diff --git a/docs/examples/account/update-phone-verification.md b/docs/examples/account/update-phone-verification.md
index 9c3d3b7..6b95838 100644
--- a/docs/examples/account/update-phone-verification.md
+++ b/docs/examples/account/update-phone-verification.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-phone.md b/docs/examples/account/update-phone.md
index cbaf93a..85cff81 100644
--- a/docs/examples/account/update-phone.md
+++ b/docs/examples/account/update-phone.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-prefs.md b/docs/examples/account/update-prefs.md
index f057471..c47859b 100644
--- a/docs/examples/account/update-prefs.md
+++ b/docs/examples/account/update-prefs.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-recovery.md b/docs/examples/account/update-recovery.md
index 5b7f88b..5400fb5 100644
--- a/docs/examples/account/update-recovery.md
+++ b/docs/examples/account/update-recovery.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-session.md b/docs/examples/account/update-session.md
index d0220da..1a4611c 100644
--- a/docs/examples/account/update-session.md
+++ b/docs/examples/account/update-session.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-status.md b/docs/examples/account/update-status.md
index e5d51ec..8511b2f 100644
--- a/docs/examples/account/update-status.md
+++ b/docs/examples/account/update-status.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-verification.md b/docs/examples/account/update-verification.md
index b7cd6f9..253693e 100644
--- a/docs/examples/account/update-verification.md
+++ b/docs/examples/account/update-verification.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/avatars/get-browser.md b/docs/examples/avatars/get-browser.md
index 02bc411..47a6c85 100644
--- a/docs/examples/avatars/get-browser.md
+++ b/docs/examples/avatars/get-browser.md
@@ -6,7 +6,7 @@ use Appwrite\Enums\Browser;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $avatars = new Avatars($client);
diff --git a/docs/examples/avatars/get-credit-card.md b/docs/examples/avatars/get-credit-card.md
index be93427..c1b6b15 100644
--- a/docs/examples/avatars/get-credit-card.md
+++ b/docs/examples/avatars/get-credit-card.md
@@ -6,7 +6,7 @@ use Appwrite\Enums\CreditCard;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $avatars = new Avatars($client);
diff --git a/docs/examples/avatars/get-favicon.md b/docs/examples/avatars/get-favicon.md
index ff48929..50bb5c4 100644
--- a/docs/examples/avatars/get-favicon.md
+++ b/docs/examples/avatars/get-favicon.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Avatars;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $avatars = new Avatars($client);
diff --git a/docs/examples/avatars/get-flag.md b/docs/examples/avatars/get-flag.md
index b2cd79a..c163dea 100644
--- a/docs/examples/avatars/get-flag.md
+++ b/docs/examples/avatars/get-flag.md
@@ -6,7 +6,7 @@ use Appwrite\Enums\Flag;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $avatars = new Avatars($client);
diff --git a/docs/examples/avatars/get-image.md b/docs/examples/avatars/get-image.md
index f069e7f..31d2bbf 100644
--- a/docs/examples/avatars/get-image.md
+++ b/docs/examples/avatars/get-image.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Avatars;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $avatars = new Avatars($client);
diff --git a/docs/examples/avatars/get-initials.md b/docs/examples/avatars/get-initials.md
index 448e1a6..6a94e05 100644
--- a/docs/examples/avatars/get-initials.md
+++ b/docs/examples/avatars/get-initials.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Avatars;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $avatars = new Avatars($client);
diff --git a/docs/examples/avatars/get-q-r.md b/docs/examples/avatars/get-q-r.md
index 8d19ddd..48f0008 100644
--- a/docs/examples/avatars/get-q-r.md
+++ b/docs/examples/avatars/get-q-r.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Avatars;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $avatars = new Avatars($client);
diff --git a/docs/examples/databases/create-boolean-attribute.md b/docs/examples/databases/create-boolean-attribute.md
index 9344cff..27eba02 100644
--- a/docs/examples/databases/create-boolean-attribute.md
+++ b/docs/examples/databases/create-boolean-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/create-collection.md b/docs/examples/databases/create-collection.md
index f5c5cb3..72d36d2 100644
--- a/docs/examples/databases/create-collection.md
+++ b/docs/examples/databases/create-collection.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/create-datetime-attribute.md b/docs/examples/databases/create-datetime-attribute.md
index 3169914..a959381 100644
--- a/docs/examples/databases/create-datetime-attribute.md
+++ b/docs/examples/databases/create-datetime-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/create-document.md b/docs/examples/databases/create-document.md
index 83ffc07..612b114 100644
--- a/docs/examples/databases/create-document.md
+++ b/docs/examples/databases/create-document.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $databases = new Databases($client);
diff --git a/docs/examples/databases/create-email-attribute.md b/docs/examples/databases/create-email-attribute.md
index c88a039..a72a42f 100644
--- a/docs/examples/databases/create-email-attribute.md
+++ b/docs/examples/databases/create-email-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/create-enum-attribute.md b/docs/examples/databases/create-enum-attribute.md
index e12bb36..2d6e3fb 100644
--- a/docs/examples/databases/create-enum-attribute.md
+++ b/docs/examples/databases/create-enum-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/create-float-attribute.md b/docs/examples/databases/create-float-attribute.md
index c685c6a..83f42ea 100644
--- a/docs/examples/databases/create-float-attribute.md
+++ b/docs/examples/databases/create-float-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/create-index.md b/docs/examples/databases/create-index.md
index b658234..e795271 100644
--- a/docs/examples/databases/create-index.md
+++ b/docs/examples/databases/create-index.md
@@ -6,8 +6,8 @@ use Appwrite\Enums\IndexType;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/create-integer-attribute.md b/docs/examples/databases/create-integer-attribute.md
index ef63e05..5abc89c 100644
--- a/docs/examples/databases/create-integer-attribute.md
+++ b/docs/examples/databases/create-integer-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/create-ip-attribute.md b/docs/examples/databases/create-ip-attribute.md
index a3d9de9..04c70f9 100644
--- a/docs/examples/databases/create-ip-attribute.md
+++ b/docs/examples/databases/create-ip-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/create-relationship-attribute.md b/docs/examples/databases/create-relationship-attribute.md
index 1d262cf..2e0ba64 100644
--- a/docs/examples/databases/create-relationship-attribute.md
+++ b/docs/examples/databases/create-relationship-attribute.md
@@ -6,8 +6,8 @@ use Appwrite\Enums\RelationshipType;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/create-string-attribute.md b/docs/examples/databases/create-string-attribute.md
index 2a88397..450c9bc 100644
--- a/docs/examples/databases/create-string-attribute.md
+++ b/docs/examples/databases/create-string-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/create-url-attribute.md b/docs/examples/databases/create-url-attribute.md
index 299ff70..e7a40b7 100644
--- a/docs/examples/databases/create-url-attribute.md
+++ b/docs/examples/databases/create-url-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/create.md b/docs/examples/databases/create.md
index 10f46ff..da4a650 100644
--- a/docs/examples/databases/create.md
+++ b/docs/examples/databases/create.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/delete-attribute.md b/docs/examples/databases/delete-attribute.md
index 097e7f0..e60d39f 100644
--- a/docs/examples/databases/delete-attribute.md
+++ b/docs/examples/databases/delete-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/delete-collection.md b/docs/examples/databases/delete-collection.md
index 5c3606b..ce821e7 100644
--- a/docs/examples/databases/delete-collection.md
+++ b/docs/examples/databases/delete-collection.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/delete-document.md b/docs/examples/databases/delete-document.md
index 892dc03..536cdcd 100644
--- a/docs/examples/databases/delete-document.md
+++ b/docs/examples/databases/delete-document.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $databases = new Databases($client);
diff --git a/docs/examples/databases/delete-index.md b/docs/examples/databases/delete-index.md
index f0ba6e7..cb9ddf9 100644
--- a/docs/examples/databases/delete-index.md
+++ b/docs/examples/databases/delete-index.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/delete.md b/docs/examples/databases/delete.md
index 999fe3a..5b1a322 100644
--- a/docs/examples/databases/delete.md
+++ b/docs/examples/databases/delete.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/get-attribute.md b/docs/examples/databases/get-attribute.md
index 87f684e..671f9ac 100644
--- a/docs/examples/databases/get-attribute.md
+++ b/docs/examples/databases/get-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/get-collection.md b/docs/examples/databases/get-collection.md
index cf9fa77..23df77b 100644
--- a/docs/examples/databases/get-collection.md
+++ b/docs/examples/databases/get-collection.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/get-document.md b/docs/examples/databases/get-document.md
index 25bc79a..bee705f 100644
--- a/docs/examples/databases/get-document.md
+++ b/docs/examples/databases/get-document.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $databases = new Databases($client);
diff --git a/docs/examples/databases/get-index.md b/docs/examples/databases/get-index.md
index be8fab3..b5878dd 100644
--- a/docs/examples/databases/get-index.md
+++ b/docs/examples/databases/get-index.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/get.md b/docs/examples/databases/get.md
index d30acdc..4838b0b 100644
--- a/docs/examples/databases/get.md
+++ b/docs/examples/databases/get.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/list-attributes.md b/docs/examples/databases/list-attributes.md
index 2e087d0..6b1834f 100644
--- a/docs/examples/databases/list-attributes.md
+++ b/docs/examples/databases/list-attributes.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/list-collections.md b/docs/examples/databases/list-collections.md
index 0f43e4d..045aece 100644
--- a/docs/examples/databases/list-collections.md
+++ b/docs/examples/databases/list-collections.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/list-documents.md b/docs/examples/databases/list-documents.md
index bead79b..c865f32 100644
--- a/docs/examples/databases/list-documents.md
+++ b/docs/examples/databases/list-documents.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $databases = new Databases($client);
diff --git a/docs/examples/databases/list-indexes.md b/docs/examples/databases/list-indexes.md
index 2ba17a4..fee8e8f 100644
--- a/docs/examples/databases/list-indexes.md
+++ b/docs/examples/databases/list-indexes.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/list.md b/docs/examples/databases/list.md
index d2bfe71..ea89f25 100644
--- a/docs/examples/databases/list.md
+++ b/docs/examples/databases/list.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/update-boolean-attribute.md b/docs/examples/databases/update-boolean-attribute.md
index a070a83..a599d60 100644
--- a/docs/examples/databases/update-boolean-attribute.md
+++ b/docs/examples/databases/update-boolean-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/update-collection.md b/docs/examples/databases/update-collection.md
index c923217..70b052d 100644
--- a/docs/examples/databases/update-collection.md
+++ b/docs/examples/databases/update-collection.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/update-datetime-attribute.md b/docs/examples/databases/update-datetime-attribute.md
index e4e89ad..f0e92cf 100644
--- a/docs/examples/databases/update-datetime-attribute.md
+++ b/docs/examples/databases/update-datetime-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/update-document.md b/docs/examples/databases/update-document.md
index 837653f..5af2f55 100644
--- a/docs/examples/databases/update-document.md
+++ b/docs/examples/databases/update-document.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $databases = new Databases($client);
diff --git a/docs/examples/databases/update-email-attribute.md b/docs/examples/databases/update-email-attribute.md
index 518a255..8398758 100644
--- a/docs/examples/databases/update-email-attribute.md
+++ b/docs/examples/databases/update-email-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/update-enum-attribute.md b/docs/examples/databases/update-enum-attribute.md
index 55368c6..0bd7db5 100644
--- a/docs/examples/databases/update-enum-attribute.md
+++ b/docs/examples/databases/update-enum-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/update-float-attribute.md b/docs/examples/databases/update-float-attribute.md
index a7ec238..32c3ba4 100644
--- a/docs/examples/databases/update-float-attribute.md
+++ b/docs/examples/databases/update-float-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/update-integer-attribute.md b/docs/examples/databases/update-integer-attribute.md
index 4567a3c..2233cc0 100644
--- a/docs/examples/databases/update-integer-attribute.md
+++ b/docs/examples/databases/update-integer-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/update-ip-attribute.md b/docs/examples/databases/update-ip-attribute.md
index 8e7c87b..a953ae1 100644
--- a/docs/examples/databases/update-ip-attribute.md
+++ b/docs/examples/databases/update-ip-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/update-relationship-attribute.md b/docs/examples/databases/update-relationship-attribute.md
index 756de78..e4e16df 100644
--- a/docs/examples/databases/update-relationship-attribute.md
+++ b/docs/examples/databases/update-relationship-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/update-string-attribute.md b/docs/examples/databases/update-string-attribute.md
index 819aee4..b1a7ae4 100644
--- a/docs/examples/databases/update-string-attribute.md
+++ b/docs/examples/databases/update-string-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/update-url-attribute.md b/docs/examples/databases/update-url-attribute.md
index d7f9c89..383d721 100644
--- a/docs/examples/databases/update-url-attribute.md
+++ b/docs/examples/databases/update-url-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/update.md b/docs/examples/databases/update.md
index 484875a..68cb214 100644
--- a/docs/examples/databases/update.md
+++ b/docs/examples/databases/update.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/functions/create-build.md b/docs/examples/functions/create-build.md
index 6d60cb8..6183e14 100644
--- a/docs/examples/functions/create-build.md
+++ b/docs/examples/functions/create-build.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/create-deployment.md b/docs/examples/functions/create-deployment.md
index 370ca1d..c35b886 100644
--- a/docs/examples/functions/create-deployment.md
+++ b/docs/examples/functions/create-deployment.md
@@ -6,8 +6,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/create-execution.md b/docs/examples/functions/create-execution.md
index 59493d4..82a8ef3 100644
--- a/docs/examples/functions/create-execution.md
+++ b/docs/examples/functions/create-execution.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $functions = new Functions($client);
diff --git a/docs/examples/functions/create-variable.md b/docs/examples/functions/create-variable.md
index f1d35c3..441aa9d 100644
--- a/docs/examples/functions/create-variable.md
+++ b/docs/examples/functions/create-variable.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/create.md b/docs/examples/functions/create.md
index 0c282ba..fab6b72 100644
--- a/docs/examples/functions/create.md
+++ b/docs/examples/functions/create.md
@@ -6,8 +6,8 @@ use Appwrite\Enums\;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/delete-deployment.md b/docs/examples/functions/delete-deployment.md
index 6a609cd..3f00e9d 100644
--- a/docs/examples/functions/delete-deployment.md
+++ b/docs/examples/functions/delete-deployment.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/delete-variable.md b/docs/examples/functions/delete-variable.md
index d25df57..5046e1f 100644
--- a/docs/examples/functions/delete-variable.md
+++ b/docs/examples/functions/delete-variable.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/delete.md b/docs/examples/functions/delete.md
index 08b5cc4..3d4da02 100644
--- a/docs/examples/functions/delete.md
+++ b/docs/examples/functions/delete.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/download-deployment.md b/docs/examples/functions/download-deployment.md
index 9f3b3da..2841d86 100644
--- a/docs/examples/functions/download-deployment.md
+++ b/docs/examples/functions/download-deployment.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/get-deployment.md b/docs/examples/functions/get-deployment.md
index 12e37f3..d5758dd 100644
--- a/docs/examples/functions/get-deployment.md
+++ b/docs/examples/functions/get-deployment.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/get-execution.md b/docs/examples/functions/get-execution.md
index 47270d6..d0c7ec4 100644
--- a/docs/examples/functions/get-execution.md
+++ b/docs/examples/functions/get-execution.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $functions = new Functions($client);
diff --git a/docs/examples/functions/get-variable.md b/docs/examples/functions/get-variable.md
index 3635372..2bd901b 100644
--- a/docs/examples/functions/get-variable.md
+++ b/docs/examples/functions/get-variable.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/get.md b/docs/examples/functions/get.md
index 00993f7..b2c6d7b 100644
--- a/docs/examples/functions/get.md
+++ b/docs/examples/functions/get.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/list-deployments.md b/docs/examples/functions/list-deployments.md
index 7f64808..d8bad27 100644
--- a/docs/examples/functions/list-deployments.md
+++ b/docs/examples/functions/list-deployments.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/list-executions.md b/docs/examples/functions/list-executions.md
index b446868..fda330a 100644
--- a/docs/examples/functions/list-executions.md
+++ b/docs/examples/functions/list-executions.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $functions = new Functions($client);
diff --git a/docs/examples/functions/list-runtimes.md b/docs/examples/functions/list-runtimes.md
index 75be157..18d3c05 100644
--- a/docs/examples/functions/list-runtimes.md
+++ b/docs/examples/functions/list-runtimes.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/list-variables.md b/docs/examples/functions/list-variables.md
index 681102b..137a4da 100644
--- a/docs/examples/functions/list-variables.md
+++ b/docs/examples/functions/list-variables.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/list.md b/docs/examples/functions/list.md
index b59494b..7b4d362 100644
--- a/docs/examples/functions/list.md
+++ b/docs/examples/functions/list.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/update-deployment.md b/docs/examples/functions/update-deployment.md
index 4405767..095b253 100644
--- a/docs/examples/functions/update-deployment.md
+++ b/docs/examples/functions/update-deployment.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/update-variable.md b/docs/examples/functions/update-variable.md
index cdce618..77a28f1 100644
--- a/docs/examples/functions/update-variable.md
+++ b/docs/examples/functions/update-variable.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/update.md b/docs/examples/functions/update.md
index e55108f..05df319 100644
--- a/docs/examples/functions/update.md
+++ b/docs/examples/functions/update.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/graphql/mutation.md b/docs/examples/graphql/mutation.md
index 1be4802..e074e0c 100644
--- a/docs/examples/graphql/mutation.md
+++ b/docs/examples/graphql/mutation.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Graphql;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $graphql = new Graphql($client);
 
diff --git a/docs/examples/graphql/query.md b/docs/examples/graphql/query.md
index 5467fe1..b871063 100644
--- a/docs/examples/graphql/query.md
+++ b/docs/examples/graphql/query.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Graphql;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $graphql = new Graphql($client);
 
diff --git a/docs/examples/health/get-antivirus.md b/docs/examples/health/get-antivirus.md
index 7f4fcb8..64e83e0 100644
--- a/docs/examples/health/get-antivirus.md
+++ b/docs/examples/health/get-antivirus.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-cache.md b/docs/examples/health/get-cache.md
index 4fe6e69..6096207 100644
--- a/docs/examples/health/get-cache.md
+++ b/docs/examples/health/get-cache.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-certificate.md b/docs/examples/health/get-certificate.md
index 1f4d55e..d5d325e 100644
--- a/docs/examples/health/get-certificate.md
+++ b/docs/examples/health/get-certificate.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-d-b.md b/docs/examples/health/get-d-b.md
index ca1349b..434fcad 100644
--- a/docs/examples/health/get-d-b.md
+++ b/docs/examples/health/get-d-b.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-failed-jobs.md b/docs/examples/health/get-failed-jobs.md
index 94a8d74..1470587 100644
--- a/docs/examples/health/get-failed-jobs.md
+++ b/docs/examples/health/get-failed-jobs.md
@@ -6,8 +6,8 @@ use Appwrite\Enums\;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-pub-sub.md b/docs/examples/health/get-pub-sub.md
index 63cd764..d2d3a5d 100644
--- a/docs/examples/health/get-pub-sub.md
+++ b/docs/examples/health/get-pub-sub.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue-builds.md b/docs/examples/health/get-queue-builds.md
index 56d342b..2911465 100644
--- a/docs/examples/health/get-queue-builds.md
+++ b/docs/examples/health/get-queue-builds.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue-certificates.md b/docs/examples/health/get-queue-certificates.md
index 10c1308..9323b41 100644
--- a/docs/examples/health/get-queue-certificates.md
+++ b/docs/examples/health/get-queue-certificates.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue-databases.md b/docs/examples/health/get-queue-databases.md
index c51e123..54a9814 100644
--- a/docs/examples/health/get-queue-databases.md
+++ b/docs/examples/health/get-queue-databases.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue-deletes.md b/docs/examples/health/get-queue-deletes.md
index 70dcaca..aee4deb 100644
--- a/docs/examples/health/get-queue-deletes.md
+++ b/docs/examples/health/get-queue-deletes.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue-functions.md b/docs/examples/health/get-queue-functions.md
index 46cde88..f675b75 100644
--- a/docs/examples/health/get-queue-functions.md
+++ b/docs/examples/health/get-queue-functions.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue-logs.md b/docs/examples/health/get-queue-logs.md
index c982068..05c463b 100644
--- a/docs/examples/health/get-queue-logs.md
+++ b/docs/examples/health/get-queue-logs.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue-mails.md b/docs/examples/health/get-queue-mails.md
index ad415fc..74d4959 100644
--- a/docs/examples/health/get-queue-mails.md
+++ b/docs/examples/health/get-queue-mails.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue-messaging.md b/docs/examples/health/get-queue-messaging.md
index a722d2f..3fd96c6 100644
--- a/docs/examples/health/get-queue-messaging.md
+++ b/docs/examples/health/get-queue-messaging.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue-migrations.md b/docs/examples/health/get-queue-migrations.md
index 2e2826d..9f1a8be 100644
--- a/docs/examples/health/get-queue-migrations.md
+++ b/docs/examples/health/get-queue-migrations.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue-usage-dump.md b/docs/examples/health/get-queue-usage-dump.md
index 050cbeb..b856b73 100644
--- a/docs/examples/health/get-queue-usage-dump.md
+++ b/docs/examples/health/get-queue-usage-dump.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue-usage.md b/docs/examples/health/get-queue-usage.md
index d9a3fb9..9b5baeb 100644
--- a/docs/examples/health/get-queue-usage.md
+++ b/docs/examples/health/get-queue-usage.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue-webhooks.md b/docs/examples/health/get-queue-webhooks.md
index e1d6e6f..e42b65b 100644
--- a/docs/examples/health/get-queue-webhooks.md
+++ b/docs/examples/health/get-queue-webhooks.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue.md b/docs/examples/health/get-queue.md
index a8b1393..81b2218 100644
--- a/docs/examples/health/get-queue.md
+++ b/docs/examples/health/get-queue.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-storage-local.md b/docs/examples/health/get-storage-local.md
index 43bef96..75999ce 100644
--- a/docs/examples/health/get-storage-local.md
+++ b/docs/examples/health/get-storage-local.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-storage.md b/docs/examples/health/get-storage.md
index d5d817a..a3b56b9 100644
--- a/docs/examples/health/get-storage.md
+++ b/docs/examples/health/get-storage.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-time.md b/docs/examples/health/get-time.md
index d31e757..5deb238 100644
--- a/docs/examples/health/get-time.md
+++ b/docs/examples/health/get-time.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get.md b/docs/examples/health/get.md
index 6e8216c..5001c48 100644
--- a/docs/examples/health/get.md
+++ b/docs/examples/health/get.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/locale/get.md b/docs/examples/locale/get.md
index beecee9..b9f48b4 100644
--- a/docs/examples/locale/get.md
+++ b/docs/examples/locale/get.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Locale;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $locale = new Locale($client);
diff --git a/docs/examples/locale/list-codes.md b/docs/examples/locale/list-codes.md
index 699326f..b35683c 100644
--- a/docs/examples/locale/list-codes.md
+++ b/docs/examples/locale/list-codes.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Locale;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $locale = new Locale($client);
diff --git a/docs/examples/locale/list-continents.md b/docs/examples/locale/list-continents.md
index 038f099..1076f99 100644
--- a/docs/examples/locale/list-continents.md
+++ b/docs/examples/locale/list-continents.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Locale;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $locale = new Locale($client);
diff --git a/docs/examples/locale/list-countries-e-u.md b/docs/examples/locale/list-countries-e-u.md
index 1b895e5..93a4cad 100644
--- a/docs/examples/locale/list-countries-e-u.md
+++ b/docs/examples/locale/list-countries-e-u.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Locale;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $locale = new Locale($client);
diff --git a/docs/examples/locale/list-countries-phones.md b/docs/examples/locale/list-countries-phones.md
index 503ff39..1d99f67 100644
--- a/docs/examples/locale/list-countries-phones.md
+++ b/docs/examples/locale/list-countries-phones.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Locale;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $locale = new Locale($client);
diff --git a/docs/examples/locale/list-countries.md b/docs/examples/locale/list-countries.md
index 3e092d7..665dd09 100644
--- a/docs/examples/locale/list-countries.md
+++ b/docs/examples/locale/list-countries.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Locale;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $locale = new Locale($client);
diff --git a/docs/examples/locale/list-currencies.md b/docs/examples/locale/list-currencies.md
index 81157c9..5cd91de 100644
--- a/docs/examples/locale/list-currencies.md
+++ b/docs/examples/locale/list-currencies.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Locale;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $locale = new Locale($client);
diff --git a/docs/examples/locale/list-languages.md b/docs/examples/locale/list-languages.md
index 31de740..c615a3d 100644
--- a/docs/examples/locale/list-languages.md
+++ b/docs/examples/locale/list-languages.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Locale;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $locale = new Locale($client);
diff --git a/docs/examples/messaging/create-apns-provider.md b/docs/examples/messaging/create-apns-provider.md
index 4814078..ebe69e9 100644
--- a/docs/examples/messaging/create-apns-provider.md
+++ b/docs/examples/messaging/create-apns-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-email.md b/docs/examples/messaging/create-email.md
index 8327f74..b24e4f2 100644
--- a/docs/examples/messaging/create-email.md
+++ b/docs/examples/messaging/create-email.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-fcm-provider.md b/docs/examples/messaging/create-fcm-provider.md
index 4bb7123..b0cfec4 100644
--- a/docs/examples/messaging/create-fcm-provider.md
+++ b/docs/examples/messaging/create-fcm-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-mailgun-provider.md b/docs/examples/messaging/create-mailgun-provider.md
index 8ffa70c..bd3bcf8 100644
--- a/docs/examples/messaging/create-mailgun-provider.md
+++ b/docs/examples/messaging/create-mailgun-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-msg91provider.md b/docs/examples/messaging/create-msg91provider.md
index 5efd866..da37716 100644
--- a/docs/examples/messaging/create-msg91provider.md
+++ b/docs/examples/messaging/create-msg91provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-push.md b/docs/examples/messaging/create-push.md
index 7b7eb8e..7273f03 100644
--- a/docs/examples/messaging/create-push.md
+++ b/docs/examples/messaging/create-push.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-sendgrid-provider.md b/docs/examples/messaging/create-sendgrid-provider.md
index fbaa819..42764a9 100644
--- a/docs/examples/messaging/create-sendgrid-provider.md
+++ b/docs/examples/messaging/create-sendgrid-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-sms.md b/docs/examples/messaging/create-sms.md
index ae28808..36fce84 100644
--- a/docs/examples/messaging/create-sms.md
+++ b/docs/examples/messaging/create-sms.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-smtp-provider.md b/docs/examples/messaging/create-smtp-provider.md
index 4c6d384..ff8cfe0 100644
--- a/docs/examples/messaging/create-smtp-provider.md
+++ b/docs/examples/messaging/create-smtp-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-subscriber.md b/docs/examples/messaging/create-subscriber.md
index 36a2a76..bfba263 100644
--- a/docs/examples/messaging/create-subscriber.md
+++ b/docs/examples/messaging/create-subscriber.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...'); // Your secret JSON Web Token
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setJWT('&lt;YOUR_JWT&gt;'); // Your secret JSON Web Token
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-telesign-provider.md b/docs/examples/messaging/create-telesign-provider.md
index d84c93f..ec3ede7 100644
--- a/docs/examples/messaging/create-telesign-provider.md
+++ b/docs/examples/messaging/create-telesign-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-textmagic-provider.md b/docs/examples/messaging/create-textmagic-provider.md
index c1d0337..5dc00f8 100644
--- a/docs/examples/messaging/create-textmagic-provider.md
+++ b/docs/examples/messaging/create-textmagic-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-topic.md b/docs/examples/messaging/create-topic.md
index bf21494..dd0daf1 100644
--- a/docs/examples/messaging/create-topic.md
+++ b/docs/examples/messaging/create-topic.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-twilio-provider.md b/docs/examples/messaging/create-twilio-provider.md
index 915cc94..70a1d38 100644
--- a/docs/examples/messaging/create-twilio-provider.md
+++ b/docs/examples/messaging/create-twilio-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-vonage-provider.md b/docs/examples/messaging/create-vonage-provider.md
index bd1e665..d6a4e11 100644
--- a/docs/examples/messaging/create-vonage-provider.md
+++ b/docs/examples/messaging/create-vonage-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/delete-provider.md b/docs/examples/messaging/delete-provider.md
index b52e5f0..4f267fe 100644
--- a/docs/examples/messaging/delete-provider.md
+++ b/docs/examples/messaging/delete-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/delete-subscriber.md b/docs/examples/messaging/delete-subscriber.md
index 1736d00..2f91487 100644
--- a/docs/examples/messaging/delete-subscriber.md
+++ b/docs/examples/messaging/delete-subscriber.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...'); // Your secret JSON Web Token
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setJWT('&lt;YOUR_JWT&gt;'); // Your secret JSON Web Token
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/delete-topic.md b/docs/examples/messaging/delete-topic.md
index 25ed35e..79dca2c 100644
--- a/docs/examples/messaging/delete-topic.md
+++ b/docs/examples/messaging/delete-topic.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/delete.md b/docs/examples/messaging/delete.md
index 5c05eed..b0676ec 100644
--- a/docs/examples/messaging/delete.md
+++ b/docs/examples/messaging/delete.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/get-message.md b/docs/examples/messaging/get-message.md
index 47b6afd..9ec7a0e 100644
--- a/docs/examples/messaging/get-message.md
+++ b/docs/examples/messaging/get-message.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/get-provider.md b/docs/examples/messaging/get-provider.md
index 1576107..378fc6d 100644
--- a/docs/examples/messaging/get-provider.md
+++ b/docs/examples/messaging/get-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/get-subscriber.md b/docs/examples/messaging/get-subscriber.md
index 3fa4c0a..a10974a 100644
--- a/docs/examples/messaging/get-subscriber.md
+++ b/docs/examples/messaging/get-subscriber.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/get-topic.md b/docs/examples/messaging/get-topic.md
index f732fcb..cb42254 100644
--- a/docs/examples/messaging/get-topic.md
+++ b/docs/examples/messaging/get-topic.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/list-message-logs.md b/docs/examples/messaging/list-message-logs.md
index 58c026e..d66d546 100644
--- a/docs/examples/messaging/list-message-logs.md
+++ b/docs/examples/messaging/list-message-logs.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/list-messages.md b/docs/examples/messaging/list-messages.md
index 681863b..c0f54a6 100644
--- a/docs/examples/messaging/list-messages.md
+++ b/docs/examples/messaging/list-messages.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/list-provider-logs.md b/docs/examples/messaging/list-provider-logs.md
index 3809e67..865daf9 100644
--- a/docs/examples/messaging/list-provider-logs.md
+++ b/docs/examples/messaging/list-provider-logs.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/list-providers.md b/docs/examples/messaging/list-providers.md
index 99c8cc1..fd30837 100644
--- a/docs/examples/messaging/list-providers.md
+++ b/docs/examples/messaging/list-providers.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/list-subscriber-logs.md b/docs/examples/messaging/list-subscriber-logs.md
index 4583790..b69c057 100644
--- a/docs/examples/messaging/list-subscriber-logs.md
+++ b/docs/examples/messaging/list-subscriber-logs.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/list-subscribers.md b/docs/examples/messaging/list-subscribers.md
index 36054d2..2fd2747 100644
--- a/docs/examples/messaging/list-subscribers.md
+++ b/docs/examples/messaging/list-subscribers.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/list-targets.md b/docs/examples/messaging/list-targets.md
index b12aa44..3abb9ef 100644
--- a/docs/examples/messaging/list-targets.md
+++ b/docs/examples/messaging/list-targets.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/list-topic-logs.md b/docs/examples/messaging/list-topic-logs.md
index 49bcc04..0d23c82 100644
--- a/docs/examples/messaging/list-topic-logs.md
+++ b/docs/examples/messaging/list-topic-logs.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/list-topics.md b/docs/examples/messaging/list-topics.md
index 565504a..008767e 100644
--- a/docs/examples/messaging/list-topics.md
+++ b/docs/examples/messaging/list-topics.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-apns-provider.md b/docs/examples/messaging/update-apns-provider.md
index 5de36f2..a368ce5 100644
--- a/docs/examples/messaging/update-apns-provider.md
+++ b/docs/examples/messaging/update-apns-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-email.md b/docs/examples/messaging/update-email.md
index 2acafaf..537ca82 100644
--- a/docs/examples/messaging/update-email.md
+++ b/docs/examples/messaging/update-email.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-fcm-provider.md b/docs/examples/messaging/update-fcm-provider.md
index 2cadd87..d8b2a0e 100644
--- a/docs/examples/messaging/update-fcm-provider.md
+++ b/docs/examples/messaging/update-fcm-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-mailgun-provider.md b/docs/examples/messaging/update-mailgun-provider.md
index 7f36655..d838adb 100644
--- a/docs/examples/messaging/update-mailgun-provider.md
+++ b/docs/examples/messaging/update-mailgun-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-msg91provider.md b/docs/examples/messaging/update-msg91provider.md
index 9ca9782..eb68102 100644
--- a/docs/examples/messaging/update-msg91provider.md
+++ b/docs/examples/messaging/update-msg91provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-push.md b/docs/examples/messaging/update-push.md
index 204c63d..b332ec1 100644
--- a/docs/examples/messaging/update-push.md
+++ b/docs/examples/messaging/update-push.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-sendgrid-provider.md b/docs/examples/messaging/update-sendgrid-provider.md
index 61253a4..7909fef 100644
--- a/docs/examples/messaging/update-sendgrid-provider.md
+++ b/docs/examples/messaging/update-sendgrid-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-sms.md b/docs/examples/messaging/update-sms.md
index 9f4b241..a4b4c23 100644
--- a/docs/examples/messaging/update-sms.md
+++ b/docs/examples/messaging/update-sms.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-smtp-provider.md b/docs/examples/messaging/update-smtp-provider.md
index e4b0ad8..997914f 100644
--- a/docs/examples/messaging/update-smtp-provider.md
+++ b/docs/examples/messaging/update-smtp-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-telesign-provider.md b/docs/examples/messaging/update-telesign-provider.md
index b77a45c..981df0c 100644
--- a/docs/examples/messaging/update-telesign-provider.md
+++ b/docs/examples/messaging/update-telesign-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-textmagic-provider.md b/docs/examples/messaging/update-textmagic-provider.md
index e3e3f2b..b7f9bab 100644
--- a/docs/examples/messaging/update-textmagic-provider.md
+++ b/docs/examples/messaging/update-textmagic-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-topic.md b/docs/examples/messaging/update-topic.md
index 50671b1..e705c1b 100644
--- a/docs/examples/messaging/update-topic.md
+++ b/docs/examples/messaging/update-topic.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-twilio-provider.md b/docs/examples/messaging/update-twilio-provider.md
index 60eef45..05c2072 100644
--- a/docs/examples/messaging/update-twilio-provider.md
+++ b/docs/examples/messaging/update-twilio-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-vonage-provider.md b/docs/examples/messaging/update-vonage-provider.md
index 4a3ee5a..3c421af 100644
--- a/docs/examples/messaging/update-vonage-provider.md
+++ b/docs/examples/messaging/update-vonage-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/storage/create-bucket.md b/docs/examples/storage/create-bucket.md
index 0582e18..ca369fb 100644
--- a/docs/examples/storage/create-bucket.md
+++ b/docs/examples/storage/create-bucket.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $storage = new Storage($client);
 
diff --git a/docs/examples/storage/create-file.md b/docs/examples/storage/create-file.md
index e73af54..20a25e7 100644
--- a/docs/examples/storage/create-file.md
+++ b/docs/examples/storage/create-file.md
@@ -6,7 +6,7 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $storage = new Storage($client);
diff --git a/docs/examples/storage/delete-bucket.md b/docs/examples/storage/delete-bucket.md
index 6d5278d..a9207f4 100644
--- a/docs/examples/storage/delete-bucket.md
+++ b/docs/examples/storage/delete-bucket.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $storage = new Storage($client);
 
diff --git a/docs/examples/storage/delete-file.md b/docs/examples/storage/delete-file.md
index eff096d..47f9938 100644
--- a/docs/examples/storage/delete-file.md
+++ b/docs/examples/storage/delete-file.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $storage = new Storage($client);
diff --git a/docs/examples/storage/get-bucket.md b/docs/examples/storage/get-bucket.md
index a7a8c1d..5faf6a6 100644
--- a/docs/examples/storage/get-bucket.md
+++ b/docs/examples/storage/get-bucket.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $storage = new Storage($client);
 
diff --git a/docs/examples/storage/get-file-download.md b/docs/examples/storage/get-file-download.md
index 1d49695..48ee5ad 100644
--- a/docs/examples/storage/get-file-download.md
+++ b/docs/examples/storage/get-file-download.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $storage = new Storage($client);
diff --git a/docs/examples/storage/get-file-preview.md b/docs/examples/storage/get-file-preview.md
index 519ee53..4f37f38 100644
--- a/docs/examples/storage/get-file-preview.md
+++ b/docs/examples/storage/get-file-preview.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $storage = new Storage($client);
diff --git a/docs/examples/storage/get-file-view.md b/docs/examples/storage/get-file-view.md
index 9e37230..5637fa8 100644
--- a/docs/examples/storage/get-file-view.md
+++ b/docs/examples/storage/get-file-view.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $storage = new Storage($client);
diff --git a/docs/examples/storage/get-file.md b/docs/examples/storage/get-file.md
index 894c8bb..41fdc91 100644
--- a/docs/examples/storage/get-file.md
+++ b/docs/examples/storage/get-file.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $storage = new Storage($client);
diff --git a/docs/examples/storage/list-buckets.md b/docs/examples/storage/list-buckets.md
index 06f4e2a..7a988c2 100644
--- a/docs/examples/storage/list-buckets.md
+++ b/docs/examples/storage/list-buckets.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $storage = new Storage($client);
 
diff --git a/docs/examples/storage/list-files.md b/docs/examples/storage/list-files.md
index 824ae30..038b2cd 100644
--- a/docs/examples/storage/list-files.md
+++ b/docs/examples/storage/list-files.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $storage = new Storage($client);
diff --git a/docs/examples/storage/update-bucket.md b/docs/examples/storage/update-bucket.md
index 451ff80..96bf127 100644
--- a/docs/examples/storage/update-bucket.md
+++ b/docs/examples/storage/update-bucket.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $storage = new Storage($client);
 
diff --git a/docs/examples/storage/update-file.md b/docs/examples/storage/update-file.md
index 531a843..0ddc6d5 100644
--- a/docs/examples/storage/update-file.md
+++ b/docs/examples/storage/update-file.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $storage = new Storage($client);
diff --git a/docs/examples/teams/create-membership.md b/docs/examples/teams/create-membership.md
index ef9bf44..061b906 100644
--- a/docs/examples/teams/create-membership.md
+++ b/docs/examples/teams/create-membership.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/teams/create.md b/docs/examples/teams/create.md
index de01cbc..5475bdf 100644
--- a/docs/examples/teams/create.md
+++ b/docs/examples/teams/create.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/teams/delete-membership.md b/docs/examples/teams/delete-membership.md
index b68b692..15ced89 100644
--- a/docs/examples/teams/delete-membership.md
+++ b/docs/examples/teams/delete-membership.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/teams/delete.md b/docs/examples/teams/delete.md
index 45f2100..98224f7 100644
--- a/docs/examples/teams/delete.md
+++ b/docs/examples/teams/delete.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/teams/get-membership.md b/docs/examples/teams/get-membership.md
index f075372..f27ee3a 100644
--- a/docs/examples/teams/get-membership.md
+++ b/docs/examples/teams/get-membership.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/teams/get-prefs.md b/docs/examples/teams/get-prefs.md
index 738a6c7..932777a 100644
--- a/docs/examples/teams/get-prefs.md
+++ b/docs/examples/teams/get-prefs.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/teams/get.md b/docs/examples/teams/get.md
index f68c415..21320ee 100644
--- a/docs/examples/teams/get.md
+++ b/docs/examples/teams/get.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/teams/list-memberships.md b/docs/examples/teams/list-memberships.md
index 27d5d00..440553c 100644
--- a/docs/examples/teams/list-memberships.md
+++ b/docs/examples/teams/list-memberships.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/teams/list.md b/docs/examples/teams/list.md
index 90cdcfd..761b6c2 100644
--- a/docs/examples/teams/list.md
+++ b/docs/examples/teams/list.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/teams/update-membership-status.md b/docs/examples/teams/update-membership-status.md
index 4a802a5..3c79245 100644
--- a/docs/examples/teams/update-membership-status.md
+++ b/docs/examples/teams/update-membership-status.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/teams/update-membership.md b/docs/examples/teams/update-membership.md
index 308f7f1..438f354 100644
--- a/docs/examples/teams/update-membership.md
+++ b/docs/examples/teams/update-membership.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/teams/update-name.md b/docs/examples/teams/update-name.md
index 088d32e..cd1f38f 100644
--- a/docs/examples/teams/update-name.md
+++ b/docs/examples/teams/update-name.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/teams/update-prefs.md b/docs/examples/teams/update-prefs.md
index c2a9aad..0dadd2c 100644
--- a/docs/examples/teams/update-prefs.md
+++ b/docs/examples/teams/update-prefs.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/users/create-argon2user.md b/docs/examples/users/create-argon2user.md
index db01dda..7bee3bc 100644
--- a/docs/examples/users/create-argon2user.md
+++ b/docs/examples/users/create-argon2user.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/create-bcrypt-user.md b/docs/examples/users/create-bcrypt-user.md
index 0a061f9..631e4cc 100644
--- a/docs/examples/users/create-bcrypt-user.md
+++ b/docs/examples/users/create-bcrypt-user.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/create-m-d5user.md b/docs/examples/users/create-m-d5user.md
index 400b6bd..0605f6f 100644
--- a/docs/examples/users/create-m-d5user.md
+++ b/docs/examples/users/create-m-d5user.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/create-mfa-recovery-codes.md b/docs/examples/users/create-mfa-recovery-codes.md
index e8b3b60..f499b22 100644
--- a/docs/examples/users/create-mfa-recovery-codes.md
+++ b/docs/examples/users/create-mfa-recovery-codes.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/create-p-h-pass-user.md b/docs/examples/users/create-p-h-pass-user.md
index e0d7342..f6dc863 100644
--- a/docs/examples/users/create-p-h-pass-user.md
+++ b/docs/examples/users/create-p-h-pass-user.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/create-s-h-a-user.md b/docs/examples/users/create-s-h-a-user.md
index 9cb35ee..777096d 100644
--- a/docs/examples/users/create-s-h-a-user.md
+++ b/docs/examples/users/create-s-h-a-user.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/create-scrypt-modified-user.md b/docs/examples/users/create-scrypt-modified-user.md
index 325745d..4f8423f 100644
--- a/docs/examples/users/create-scrypt-modified-user.md
+++ b/docs/examples/users/create-scrypt-modified-user.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/create-scrypt-user.md b/docs/examples/users/create-scrypt-user.md
index 0828acc..2ccc5d7 100644
--- a/docs/examples/users/create-scrypt-user.md
+++ b/docs/examples/users/create-scrypt-user.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/create-session.md b/docs/examples/users/create-session.md
index c4f9052..97d8c8a 100644
--- a/docs/examples/users/create-session.md
+++ b/docs/examples/users/create-session.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/create-target.md b/docs/examples/users/create-target.md
index 2820472..03104bc 100644
--- a/docs/examples/users/create-target.md
+++ b/docs/examples/users/create-target.md
@@ -6,8 +6,8 @@ use Appwrite\Enums\MessagingProviderType;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/create-token.md b/docs/examples/users/create-token.md
index 83f05e1..b08faac 100644
--- a/docs/examples/users/create-token.md
+++ b/docs/examples/users/create-token.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/create.md b/docs/examples/users/create.md
index 7cf4b6f..a50e10e 100644
--- a/docs/examples/users/create.md
+++ b/docs/examples/users/create.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/delete-identity.md b/docs/examples/users/delete-identity.md
index 81751a1..138b89f 100644
--- a/docs/examples/users/delete-identity.md
+++ b/docs/examples/users/delete-identity.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/delete-mfa-authenticator.md b/docs/examples/users/delete-mfa-authenticator.md
index aa7405e..d25c2b7 100644
--- a/docs/examples/users/delete-mfa-authenticator.md
+++ b/docs/examples/users/delete-mfa-authenticator.md
@@ -6,8 +6,8 @@ use Appwrite\Enums\AuthenticatorType;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/delete-session.md b/docs/examples/users/delete-session.md
index 3ef58aa..bf673b2 100644
--- a/docs/examples/users/delete-session.md
+++ b/docs/examples/users/delete-session.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/delete-sessions.md b/docs/examples/users/delete-sessions.md
index e89b65f..f2a3f21 100644
--- a/docs/examples/users/delete-sessions.md
+++ b/docs/examples/users/delete-sessions.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/delete-target.md b/docs/examples/users/delete-target.md
index 444c496..20e676a 100644
--- a/docs/examples/users/delete-target.md
+++ b/docs/examples/users/delete-target.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/delete.md b/docs/examples/users/delete.md
index b715e84..225708c 100644
--- a/docs/examples/users/delete.md
+++ b/docs/examples/users/delete.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/get-mfa-recovery-codes.md b/docs/examples/users/get-mfa-recovery-codes.md
index a852fa5..055ef04 100644
--- a/docs/examples/users/get-mfa-recovery-codes.md
+++ b/docs/examples/users/get-mfa-recovery-codes.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/get-prefs.md b/docs/examples/users/get-prefs.md
index 79f778a..392dc14 100644
--- a/docs/examples/users/get-prefs.md
+++ b/docs/examples/users/get-prefs.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/get-target.md b/docs/examples/users/get-target.md
index 489e1e2..7ca05d3 100644
--- a/docs/examples/users/get-target.md
+++ b/docs/examples/users/get-target.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/get.md b/docs/examples/users/get.md
index 5428d73..1cc351a 100644
--- a/docs/examples/users/get.md
+++ b/docs/examples/users/get.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/list-identities.md b/docs/examples/users/list-identities.md
index 0fde8a3..040e309 100644
--- a/docs/examples/users/list-identities.md
+++ b/docs/examples/users/list-identities.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/list-logs.md b/docs/examples/users/list-logs.md
index 863bab5..e717bdf 100644
--- a/docs/examples/users/list-logs.md
+++ b/docs/examples/users/list-logs.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/list-memberships.md b/docs/examples/users/list-memberships.md
index 616f014..da760e0 100644
--- a/docs/examples/users/list-memberships.md
+++ b/docs/examples/users/list-memberships.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/list-mfa-factors.md b/docs/examples/users/list-mfa-factors.md
index 3058966..16964c5 100644
--- a/docs/examples/users/list-mfa-factors.md
+++ b/docs/examples/users/list-mfa-factors.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/list-sessions.md b/docs/examples/users/list-sessions.md
index 3b0c490..0bfa242 100644
--- a/docs/examples/users/list-sessions.md
+++ b/docs/examples/users/list-sessions.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/list-targets.md b/docs/examples/users/list-targets.md
index c441a1c..c4815be 100644
--- a/docs/examples/users/list-targets.md
+++ b/docs/examples/users/list-targets.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/list.md b/docs/examples/users/list.md
index 63616e5..678e97f 100644
--- a/docs/examples/users/list.md
+++ b/docs/examples/users/list.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/update-email-verification.md b/docs/examples/users/update-email-verification.md
index 74ef340..d2d6584 100644
--- a/docs/examples/users/update-email-verification.md
+++ b/docs/examples/users/update-email-verification.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/update-email.md b/docs/examples/users/update-email.md
index fb8e231..a73100c 100644
--- a/docs/examples/users/update-email.md
+++ b/docs/examples/users/update-email.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/update-labels.md b/docs/examples/users/update-labels.md
index 87e1b66..9651830 100644
--- a/docs/examples/users/update-labels.md
+++ b/docs/examples/users/update-labels.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/update-mfa-recovery-codes.md b/docs/examples/users/update-mfa-recovery-codes.md
index aec96fa..d09ccd7 100644
--- a/docs/examples/users/update-mfa-recovery-codes.md
+++ b/docs/examples/users/update-mfa-recovery-codes.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/update-mfa.md b/docs/examples/users/update-mfa.md
index 83a3e37..5ab48c5 100644
--- a/docs/examples/users/update-mfa.md
+++ b/docs/examples/users/update-mfa.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/update-name.md b/docs/examples/users/update-name.md
index 33ca175..96e8afc 100644
--- a/docs/examples/users/update-name.md
+++ b/docs/examples/users/update-name.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/update-password.md b/docs/examples/users/update-password.md
index a6226eb..ffcb817 100644
--- a/docs/examples/users/update-password.md
+++ b/docs/examples/users/update-password.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/update-phone-verification.md b/docs/examples/users/update-phone-verification.md
index 8d26d64..8054531 100644
--- a/docs/examples/users/update-phone-verification.md
+++ b/docs/examples/users/update-phone-verification.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/update-phone.md b/docs/examples/users/update-phone.md
index eb5f55e..5828633 100644
--- a/docs/examples/users/update-phone.md
+++ b/docs/examples/users/update-phone.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/update-prefs.md b/docs/examples/users/update-prefs.md
index b96ff17..6d0ecad 100644
--- a/docs/examples/users/update-prefs.md
+++ b/docs/examples/users/update-prefs.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/update-status.md b/docs/examples/users/update-status.md
index ef74801..7ffbfc2 100644
--- a/docs/examples/users/update-status.md
+++ b/docs/examples/users/update-status.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/update-target.md b/docs/examples/users/update-target.md
index 4d40c83..5c476db 100644
--- a/docs/examples/users/update-target.md
+++ b/docs/examples/users/update-target.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('5df5acd0d48c2') // Your project ID
-    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
+    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/storage.md b/docs/storage.md
index 5e8d7c9..2f07dbd 100644
--- a/docs/storage.md
+++ b/docs/storage.md
@@ -32,7 +32,7 @@ POST https://cloud.appwrite.io/v1/storage/buckets
 | permissions | array | An array of permission strings. By default, no user is granted with any permissions. [Learn more about permissions](https://appwrite.io/docs/permissions). |  |
 | fileSecurity | boolean | Enables configuring permissions for individual file. A user needs one of file or bucket level permissions to access a file. [Learn more about permissions](https://appwrite.io/docs/permissions). |  |
 | enabled | boolean | Is bucket enabled? When set to 'disabled', users cannot access the files in this bucket but Server SDKs with and API key can still access the bucket. No files are lost when this is toggled. | 1 |
-| maximumFileSize | integer | Maximum file size allowed in bytes. Maximum allowed value is 30MB. | 30000000 |
+| maximumFileSize | integer | Maximum file size allowed in bytes. Maximum allowed value is 30MB. | [] |
 | allowedFileExtensions | array | Allowed file extensions. Maximum of 100 extensions are allowed, each 64 characters long. | [] |
 | compression | string | Compression algorithm choosen for compression. Can be one of none,  [gzip](https://en.wikipedia.org/wiki/Gzip), or [zstd](https://en.wikipedia.org/wiki/Zstd), For file size above 20MB compression is skipped even if it's enabled | none |
 | encryption | boolean | Is encryption enabled? For file size above 20MB encryption is skipped even if it's enabled | 1 |
@@ -69,7 +69,7 @@ PUT https://cloud.appwrite.io/v1/storage/buckets/{bucketId}
 | permissions | array | An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https://appwrite.io/docs/permissions). |  |
 | fileSecurity | boolean | Enables configuring permissions for individual file. A user needs one of file or bucket level permissions to access a file. [Learn more about permissions](https://appwrite.io/docs/permissions). |  |
 | enabled | boolean | Is bucket enabled? When set to 'disabled', users cannot access the files in this bucket but Server SDKs with and API key can still access the bucket. No files are lost when this is toggled. | 1 |
-| maximumFileSize | integer | Maximum file size allowed in bytes. Maximum allowed value is 30MB. |  |
+| maximumFileSize | integer | Maximum file size allowed in bytes. Maximum allowed value is 30MB. | [] |
 | allowedFileExtensions | array | Allowed file extensions. Maximum of 100 extensions are allowed, each 64 characters long. | [] |
 | compression | string | Compression algorithm choosen for compression. Can be one of none, [gzip](https://en.wikipedia.org/wiki/Gzip), or [zstd](https://en.wikipedia.org/wiki/Zstd), For file size above 20MB compression is skipped even if it's enabled | none |
 | encryption | boolean | Is encryption enabled? For file size above 20MB encryption is skipped even if it's enabled | 1 |
@@ -126,7 +126,7 @@ If you&#039;re creating a new file using one of the Appwrite SDKs, all the chunk
 | --- | --- | --- | --- |
 | bucketId | string | **Required** Storage bucket unique ID. You can create a new storage bucket using the Storage service [server integration](https://appwrite.io/docs/server/storage#createBucket). |  |
 | fileId | string | File ID. Choose a custom ID or generate a random ID with `ID.unique()`. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can't start with a special char. Max length is 36 chars. |  |
-| file | file | Binary file. Appwrite SDKs provide helpers to handle file input. [Learn about file input](https://appwrite.io/docs/storage#file-input). |  |
+| file | file | Binary file. Appwrite SDKs provide helpers to handle file input. [Learn about file input](https://appwrite.io/docs/products/storage/upload-download#input-file). |  |
 | permissions | array | An array of permission strings. By default, only the current user is granted all permissions. [Learn more about permissions](https://appwrite.io/docs/permissions). |  |
 
 ## Get file
diff --git a/src/Appwrite/Client.php b/src/Appwrite/Client.php
index 4c9c2f5..5ab06c6 100644
--- a/src/Appwrite/Client.php
+++ b/src/Appwrite/Client.php
@@ -37,11 +37,11 @@ class Client
      */
     protected $headers = [
         'content-type' => '',
-        'user-agent' => 'AppwritePHPSDK/11.0.2 ()',
+        'user-agent' => 'AppwritePHPSDK/11.0.3 ()',
         'x-sdk-name'=> 'PHP',
         'x-sdk-platform'=> 'server',
         'x-sdk-language'=> 'php',
-        'x-sdk-version'=> '11.0.2',
+        'x-sdk-version'=> '11.0.3',
     ];
 
     /**
@@ -249,6 +249,13 @@ public function call($method, $path = '', $headers = array(), array $params = ar
         $responseBody   = curl_exec($ch);
         $contentType    = $responseHeaders['content-type'] ?? '';
         $responseStatus = curl_getinfo($ch, CURLINFO_HTTP_CODE);
+
+        $warnings = $responseHeaders['x-appwrite-warning'] ?? '';
+        if ($warnings) {
+            foreach(explode(';', $warnings) as $warning) {
+                echo 'Warning: ' . $warning . PHP_EOL;
+            }
+        }
         
         switch(substr($contentType, 0, strpos($contentType, ';'))) {
             case 'application/json':
diff --git a/src/Appwrite/Enums/Name.php b/src/Appwrite/Enums/Name.php
index 564afb3..49fad38 100644
--- a/src/Appwrite/Enums/Name.php
+++ b/src/Appwrite/Enums/Name.php
@@ -13,12 +13,11 @@ class Name implements JsonSerializable
     private static Name $V1FUNCTIONS;
     private static Name $V1USAGE;
     private static Name $V1USAGEDUMP;
-    private static Name $WEBHOOKSV1;
+    private static Name $V1WEBHOOKS;
     private static Name $V1CERTIFICATES;
     private static Name $V1BUILDS;
     private static Name $V1MESSAGING;
     private static Name $V1MIGRATIONS;
-    private static Name $HAMSTERV1;
 
     private string $value;
 
@@ -86,12 +85,12 @@ public static function V1USAGEDUMP(): Name
         }
         return self::$V1USAGEDUMP;
     }
-    public static function WEBHOOKSV1(): Name
+    public static function V1WEBHOOKS(): Name
     {
-        if (!isset(self::$WEBHOOKSV1)) {
-            self::$WEBHOOKSV1 = new Name('webhooksv1');
+        if (!isset(self::$V1WEBHOOKS)) {
+            self::$V1WEBHOOKS = new Name('v1-webhooks');
         }
-        return self::$WEBHOOKSV1;
+        return self::$V1WEBHOOKS;
     }
     public static function V1CERTIFICATES(): Name
     {
@@ -121,11 +120,4 @@ public static function V1MIGRATIONS(): Name
         }
         return self::$V1MIGRATIONS;
     }
-    public static function HAMSTERV1(): Name
-    {
-        if (!isset(self::$HAMSTERV1)) {
-            self::$HAMSTERV1 = new Name('hamsterv1');
-        }
-        return self::$HAMSTERV1;
-    }
 }
\ No newline at end of file
diff --git a/src/Appwrite/Services/Account.php b/src/Appwrite/Services/Account.php
index 7a4f586..fa6bf54 100644
--- a/src/Appwrite/Services/Account.php
+++ b/src/Appwrite/Services/Account.php
@@ -321,7 +321,7 @@ public function createMfaAuthenticator(AuthenticatorType $type): array
      *
      * Verify an authenticator app after adding it using the [add
      * authenticator](/docs/references/cloud/client-web/account#createMfaAuthenticator)
-     * method. add 
+     * method.
      *
      * @param AuthenticatorType $type
      * @param string $otp
diff --git a/src/Appwrite/Services/Databases.php b/src/Appwrite/Services/Databases.php
index e1f2a0e..1975a33 100644
--- a/src/Appwrite/Services/Databases.php
+++ b/src/Appwrite/Services/Databases.php
@@ -876,15 +876,15 @@ public function updateEnumAttribute(string $databaseId, string $collectionId, st
      * @param string $collectionId
      * @param string $key
      * @param bool $required
-     * @param int $min
-     * @param int $max
-     * @param int $xdefault
+     * @param float $min
+     * @param float $max
+     * @param float $xdefault
      * @param bool $xarray
      * @throws AppwriteException
      * @return array
 
      */
-    public function createFloatAttribute(string $databaseId, string $collectionId, string $key, bool $required, int $min = null, int $max = null, int $xdefault = null, bool $xarray = null): array
+    public function createFloatAttribute(string $databaseId, string $collectionId, string $key, bool $required, float $min = null, float $max = null, float $xdefault = null, bool $xarray = null): array
     {
         $apiPath = str_replace(['{databaseId}', '{collectionId}'], [$databaseId, $collectionId], '/databases/{databaseId}/collections/{collectionId}/attributes/float');
 
@@ -940,14 +940,14 @@ public function createFloatAttribute(string $databaseId, string $collectionId, s
      * @param string $collectionId
      * @param string $key
      * @param bool $required
-     * @param int $min
-     * @param int $max
-     * @param int $xdefault
+     * @param float $min
+     * @param float $max
+     * @param float $xdefault
      * @throws AppwriteException
      * @return array
 
      */
-    public function updateFloatAttribute(string $databaseId, string $collectionId, string $key, bool $required, int $min, int $max, int $xdefault): array
+    public function updateFloatAttribute(string $databaseId, string $collectionId, string $key, bool $required, float $min, float $max, float $xdefault): array
     {
         $apiPath = str_replace(['{databaseId}', '{collectionId}', '{key}'], [$databaseId, $collectionId, $key], '/databases/{databaseId}/collections/{collectionId}/attributes/float/{key}');
 
diff --git a/src/Appwrite/Services/Storage.php b/src/Appwrite/Services/Storage.php
index d129907..00c90f3 100644
--- a/src/Appwrite/Services/Storage.php
+++ b/src/Appwrite/Services/Storage.php
@@ -574,7 +574,7 @@ public function getFileDownload(string $bucketId, string $fileId): string
      * @param int $borderWidth
      * @param string $borderColor
      * @param int $borderRadius
-     * @param int $opacity
+     * @param float $opacity
      * @param int $rotation
      * @param string $background
      * @param ImageFormat $output
@@ -582,7 +582,7 @@ public function getFileDownload(string $bucketId, string $fileId): string
      * @return string
 
      */
-    public function getFilePreview(string $bucketId, string $fileId, int $width = null, int $height = null, ImageGravity $gravity = null, int $quality = null, int $borderWidth = null, string $borderColor = null, int $borderRadius = null, int $opacity = null, int $rotation = null, string $background = null, ImageFormat $output = null): string
+    public function getFilePreview(string $bucketId, string $fileId, int $width = null, int $height = null, ImageGravity $gravity = null, int $quality = null, int $borderWidth = null, string $borderColor = null, int $borderRadius = null, float $opacity = null, int $rotation = null, string $background = null, ImageFormat $output = null): string
     {
         $apiPath = str_replace(['{bucketId}', '{fileId}'], [$bucketId, $fileId], '/storage/buckets/{bucketId}/files/{fileId}/preview');
 

From 18854fb7a3da01748cf6e2331bf1f13830b45470 Mon Sep 17 00:00:00 2001
From: Jake Barnby <jakeb994@gmail.com>
Date: Wed, 26 Jun 2024 18:14:09 +1200
Subject: [PATCH 2/4] Fix floats

---
 src/Appwrite/Enums/Runtime.php | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/src/Appwrite/Enums/Runtime.php b/src/Appwrite/Enums/Runtime.php
index 3b7850e..2017538 100644
--- a/src/Appwrite/Enums/Runtime.php
+++ b/src/Appwrite/Enums/Runtime.php
@@ -26,6 +26,9 @@ class Runtime implements JsonSerializable
     private static Runtime $PYTHON311;
     private static Runtime $PYTHON312;
     private static Runtime $PYTHONML311;
+    private static Runtime $DENO121;
+    private static Runtime $DENO124;
+    private static Runtime $DENO135;
     private static Runtime $DENO140;
     private static Runtime $DART215;
     private static Runtime $DART216;
@@ -209,6 +212,27 @@ public static function PYTHONML311(): Runtime
         }
         return self::$PYTHONML311;
     }
+    public static function DENO121(): Runtime
+    {
+        if (!isset(self::$DENO121)) {
+            self::$DENO121 = new Runtime('deno-1.21');
+        }
+        return self::$DENO121;
+    }
+    public static function DENO124(): Runtime
+    {
+        if (!isset(self::$DENO124)) {
+            self::$DENO124 = new Runtime('deno-1.24');
+        }
+        return self::$DENO124;
+    }
+    public static function DENO135(): Runtime
+    {
+        if (!isset(self::$DENO135)) {
+            self::$DENO135 = new Runtime('deno-1.35');
+        }
+        return self::$DENO135;
+    }
     public static function DENO140(): Runtime
     {
         if (!isset(self::$DENO140)) {

From 8bfa29885cf8335d9ded81bdb7c09a6f164f0b2c Mon Sep 17 00:00:00 2001
From: Jake Barnby <jakeb994@gmail.com>
Date: Wed, 26 Jun 2024 18:19:38 +1200
Subject: [PATCH 3/4] Fix floats

---
 README.md                                              |  2 +-
 docs/account.md                                        |  2 +-
 docs/examples/account/create-anonymous-session.md      |  2 +-
 docs/examples/account/create-email-password-session.md |  2 +-
 docs/examples/account/create-email-token.md            |  2 +-
 docs/examples/account/create-j-w-t.md                  |  2 +-
 docs/examples/account/create-magic-u-r-l-token.md      |  2 +-
 docs/examples/account/create-mfa-authenticator.md      |  2 +-
 docs/examples/account/create-mfa-challenge.md          |  2 +-
 docs/examples/account/create-mfa-recovery-codes.md     |  2 +-
 docs/examples/account/create-o-auth2token.md           |  2 +-
 docs/examples/account/create-phone-token.md            |  2 +-
 docs/examples/account/create-phone-verification.md     |  2 +-
 docs/examples/account/create-recovery.md               |  2 +-
 docs/examples/account/create-session.md                |  2 +-
 docs/examples/account/create-verification.md           |  2 +-
 docs/examples/account/create.md                        |  2 +-
 docs/examples/account/delete-identity.md               |  2 +-
 docs/examples/account/delete-mfa-authenticator.md      |  2 +-
 docs/examples/account/delete-session.md                |  2 +-
 docs/examples/account/delete-sessions.md               |  2 +-
 docs/examples/account/get-mfa-recovery-codes.md        |  2 +-
 docs/examples/account/get-prefs.md                     |  2 +-
 docs/examples/account/get-session.md                   |  2 +-
 docs/examples/account/get.md                           |  2 +-
 docs/examples/account/list-identities.md               |  2 +-
 docs/examples/account/list-logs.md                     |  2 +-
 docs/examples/account/list-mfa-factors.md              |  2 +-
 docs/examples/account/list-sessions.md                 |  2 +-
 docs/examples/account/update-email.md                  |  2 +-
 docs/examples/account/update-m-f-a.md                  |  2 +-
 docs/examples/account/update-magic-u-r-l-session.md    |  2 +-
 docs/examples/account/update-mfa-authenticator.md      |  2 +-
 docs/examples/account/update-mfa-challenge.md          |  2 +-
 docs/examples/account/update-mfa-recovery-codes.md     |  2 +-
 docs/examples/account/update-name.md                   |  2 +-
 docs/examples/account/update-password.md               |  2 +-
 docs/examples/account/update-phone-session.md          |  2 +-
 docs/examples/account/update-phone-verification.md     |  2 +-
 docs/examples/account/update-phone.md                  |  2 +-
 docs/examples/account/update-prefs.md                  |  2 +-
 docs/examples/account/update-recovery.md               |  2 +-
 docs/examples/account/update-session.md                |  2 +-
 docs/examples/account/update-status.md                 |  2 +-
 docs/examples/account/update-verification.md           |  2 +-
 docs/examples/avatars/get-browser.md                   |  2 +-
 docs/examples/avatars/get-credit-card.md               |  2 +-
 docs/examples/avatars/get-favicon.md                   |  2 +-
 docs/examples/avatars/get-flag.md                      |  2 +-
 docs/examples/avatars/get-image.md                     |  2 +-
 docs/examples/avatars/get-initials.md                  |  2 +-
 docs/examples/avatars/get-q-r.md                       |  2 +-
 docs/examples/databases/create-boolean-attribute.md    |  4 ++--
 docs/examples/databases/create-collection.md           |  4 ++--
 docs/examples/databases/create-datetime-attribute.md   |  4 ++--
 docs/examples/databases/create-document.md             |  2 +-
 docs/examples/databases/create-email-attribute.md      |  4 ++--
 docs/examples/databases/create-enum-attribute.md       |  4 ++--
 docs/examples/databases/create-float-attribute.md      |  4 ++--
 docs/examples/databases/create-index.md                |  4 ++--
 docs/examples/databases/create-integer-attribute.md    |  4 ++--
 docs/examples/databases/create-ip-attribute.md         |  4 ++--
 .../databases/create-relationship-attribute.md         |  4 ++--
 docs/examples/databases/create-string-attribute.md     |  4 ++--
 docs/examples/databases/create-url-attribute.md        |  4 ++--
 docs/examples/databases/create.md                      |  4 ++--
 docs/examples/databases/delete-attribute.md            |  4 ++--
 docs/examples/databases/delete-collection.md           |  4 ++--
 docs/examples/databases/delete-document.md             |  2 +-
 docs/examples/databases/delete-index.md                |  4 ++--
 docs/examples/databases/delete.md                      |  4 ++--
 docs/examples/databases/get-attribute.md               |  4 ++--
 docs/examples/databases/get-collection.md              |  4 ++--
 docs/examples/databases/get-document.md                |  2 +-
 docs/examples/databases/get-index.md                   |  4 ++--
 docs/examples/databases/get.md                         |  4 ++--
 docs/examples/databases/list-attributes.md             |  4 ++--
 docs/examples/databases/list-collections.md            |  4 ++--
 docs/examples/databases/list-documents.md              |  2 +-
 docs/examples/databases/list-indexes.md                |  4 ++--
 docs/examples/databases/list.md                        |  4 ++--
 docs/examples/databases/update-boolean-attribute.md    |  4 ++--
 docs/examples/databases/update-collection.md           |  4 ++--
 docs/examples/databases/update-datetime-attribute.md   |  4 ++--
 docs/examples/databases/update-document.md             |  2 +-
 docs/examples/databases/update-email-attribute.md      |  4 ++--
 docs/examples/databases/update-enum-attribute.md       |  4 ++--
 docs/examples/databases/update-float-attribute.md      |  4 ++--
 docs/examples/databases/update-integer-attribute.md    |  4 ++--
 docs/examples/databases/update-ip-attribute.md         |  4 ++--
 .../databases/update-relationship-attribute.md         |  4 ++--
 docs/examples/databases/update-string-attribute.md     |  4 ++--
 docs/examples/databases/update-url-attribute.md        |  4 ++--
 docs/examples/databases/update.md                      |  4 ++--
 docs/examples/functions/create-build.md                |  4 ++--
 docs/examples/functions/create-deployment.md           |  4 ++--
 docs/examples/functions/create-execution.md            |  2 +-
 docs/examples/functions/create-variable.md             |  4 ++--
 docs/examples/functions/create.md                      |  4 ++--
 docs/examples/functions/delete-deployment.md           |  4 ++--
 docs/examples/functions/delete-variable.md             |  4 ++--
 docs/examples/functions/delete.md                      |  4 ++--
 docs/examples/functions/download-deployment.md         |  4 ++--
 docs/examples/functions/get-deployment.md              |  4 ++--
 docs/examples/functions/get-execution.md               |  2 +-
 docs/examples/functions/get-variable.md                |  4 ++--
 docs/examples/functions/get.md                         |  4 ++--
 docs/examples/functions/list-deployments.md            |  4 ++--
 docs/examples/functions/list-executions.md             |  2 +-
 docs/examples/functions/list-runtimes.md               |  4 ++--
 docs/examples/functions/list-variables.md              |  4 ++--
 docs/examples/functions/list.md                        |  4 ++--
 docs/examples/functions/update-deployment.md           |  4 ++--
 docs/examples/functions/update-variable.md             |  4 ++--
 docs/examples/functions/update.md                      |  4 ++--
 docs/examples/graphql/mutation.md                      |  4 ++--
 docs/examples/graphql/query.md                         |  4 ++--
 docs/examples/health/get-antivirus.md                  |  4 ++--
 docs/examples/health/get-cache.md                      |  4 ++--
 docs/examples/health/get-certificate.md                |  4 ++--
 docs/examples/health/get-d-b.md                        |  4 ++--
 docs/examples/health/get-failed-jobs.md                |  4 ++--
 docs/examples/health/get-pub-sub.md                    |  4 ++--
 docs/examples/health/get-queue-builds.md               |  4 ++--
 docs/examples/health/get-queue-certificates.md         |  4 ++--
 docs/examples/health/get-queue-databases.md            |  4 ++--
 docs/examples/health/get-queue-deletes.md              |  4 ++--
 docs/examples/health/get-queue-functions.md            |  4 ++--
 docs/examples/health/get-queue-logs.md                 |  4 ++--
 docs/examples/health/get-queue-mails.md                |  4 ++--
 docs/examples/health/get-queue-messaging.md            |  4 ++--
 docs/examples/health/get-queue-migrations.md           |  4 ++--
 docs/examples/health/get-queue-usage-dump.md           |  4 ++--
 docs/examples/health/get-queue-usage.md                |  4 ++--
 docs/examples/health/get-queue-webhooks.md             |  4 ++--
 docs/examples/health/get-queue.md                      |  4 ++--
 docs/examples/health/get-storage-local.md              |  4 ++--
 docs/examples/health/get-storage.md                    |  4 ++--
 docs/examples/health/get-time.md                       |  4 ++--
 docs/examples/health/get.md                            |  4 ++--
 docs/examples/locale/get.md                            |  2 +-
 docs/examples/locale/list-codes.md                     |  2 +-
 docs/examples/locale/list-continents.md                |  2 +-
 docs/examples/locale/list-countries-e-u.md             |  2 +-
 docs/examples/locale/list-countries-phones.md          |  2 +-
 docs/examples/locale/list-countries.md                 |  2 +-
 docs/examples/locale/list-currencies.md                |  2 +-
 docs/examples/locale/list-languages.md                 |  2 +-
 docs/examples/messaging/create-apns-provider.md        |  4 ++--
 docs/examples/messaging/create-email.md                |  4 ++--
 docs/examples/messaging/create-fcm-provider.md         |  4 ++--
 docs/examples/messaging/create-mailgun-provider.md     |  4 ++--
 docs/examples/messaging/create-msg91provider.md        |  4 ++--
 docs/examples/messaging/create-push.md                 |  4 ++--
 docs/examples/messaging/create-sendgrid-provider.md    |  4 ++--
 docs/examples/messaging/create-sms.md                  |  4 ++--
 docs/examples/messaging/create-smtp-provider.md        |  4 ++--
 docs/examples/messaging/create-subscriber.md           |  4 ++--
 docs/examples/messaging/create-telesign-provider.md    |  4 ++--
 docs/examples/messaging/create-textmagic-provider.md   |  4 ++--
 docs/examples/messaging/create-topic.md                |  4 ++--
 docs/examples/messaging/create-twilio-provider.md      |  4 ++--
 docs/examples/messaging/create-vonage-provider.md      |  4 ++--
 docs/examples/messaging/delete-provider.md             |  4 ++--
 docs/examples/messaging/delete-subscriber.md           |  4 ++--
 docs/examples/messaging/delete-topic.md                |  4 ++--
 docs/examples/messaging/delete.md                      |  4 ++--
 docs/examples/messaging/get-message.md                 |  4 ++--
 docs/examples/messaging/get-provider.md                |  4 ++--
 docs/examples/messaging/get-subscriber.md              |  4 ++--
 docs/examples/messaging/get-topic.md                   |  4 ++--
 docs/examples/messaging/list-message-logs.md           |  4 ++--
 docs/examples/messaging/list-messages.md               |  4 ++--
 docs/examples/messaging/list-provider-logs.md          |  4 ++--
 docs/examples/messaging/list-providers.md              |  4 ++--
 docs/examples/messaging/list-subscriber-logs.md        |  4 ++--
 docs/examples/messaging/list-subscribers.md            |  4 ++--
 docs/examples/messaging/list-targets.md                |  4 ++--
 docs/examples/messaging/list-topic-logs.md             |  4 ++--
 docs/examples/messaging/list-topics.md                 |  4 ++--
 docs/examples/messaging/update-apns-provider.md        |  4 ++--
 docs/examples/messaging/update-email.md                |  4 ++--
 docs/examples/messaging/update-fcm-provider.md         |  4 ++--
 docs/examples/messaging/update-mailgun-provider.md     |  4 ++--
 docs/examples/messaging/update-msg91provider.md        |  4 ++--
 docs/examples/messaging/update-push.md                 |  4 ++--
 docs/examples/messaging/update-sendgrid-provider.md    |  4 ++--
 docs/examples/messaging/update-sms.md                  |  4 ++--
 docs/examples/messaging/update-smtp-provider.md        |  4 ++--
 docs/examples/messaging/update-telesign-provider.md    |  4 ++--
 docs/examples/messaging/update-textmagic-provider.md   |  4 ++--
 docs/examples/messaging/update-topic.md                |  4 ++--
 docs/examples/messaging/update-twilio-provider.md      |  4 ++--
 docs/examples/messaging/update-vonage-provider.md      |  4 ++--
 docs/examples/storage/create-bucket.md                 |  4 ++--
 docs/examples/storage/create-file.md                   |  2 +-
 docs/examples/storage/delete-bucket.md                 |  4 ++--
 docs/examples/storage/delete-file.md                   |  2 +-
 docs/examples/storage/get-bucket.md                    |  4 ++--
 docs/examples/storage/get-file-download.md             |  2 +-
 docs/examples/storage/get-file-preview.md              |  2 +-
 docs/examples/storage/get-file-view.md                 |  2 +-
 docs/examples/storage/get-file.md                      |  2 +-
 docs/examples/storage/list-buckets.md                  |  4 ++--
 docs/examples/storage/list-files.md                    |  2 +-
 docs/examples/storage/update-bucket.md                 |  4 ++--
 docs/examples/storage/update-file.md                   |  2 +-
 docs/examples/teams/create-membership.md               |  2 +-
 docs/examples/teams/create.md                          |  2 +-
 docs/examples/teams/delete-membership.md               |  2 +-
 docs/examples/teams/delete.md                          |  2 +-
 docs/examples/teams/get-membership.md                  |  2 +-
 docs/examples/teams/get-prefs.md                       |  2 +-
 docs/examples/teams/get.md                             |  2 +-
 docs/examples/teams/list-memberships.md                |  2 +-
 docs/examples/teams/list.md                            |  2 +-
 docs/examples/teams/update-membership-status.md        |  2 +-
 docs/examples/teams/update-membership.md               |  2 +-
 docs/examples/teams/update-name.md                     |  2 +-
 docs/examples/teams/update-prefs.md                    |  2 +-
 docs/examples/users/create-argon2user.md               |  4 ++--
 docs/examples/users/create-bcrypt-user.md              |  4 ++--
 docs/examples/users/create-m-d5user.md                 |  4 ++--
 docs/examples/users/create-mfa-recovery-codes.md       |  4 ++--
 docs/examples/users/create-p-h-pass-user.md            |  4 ++--
 docs/examples/users/create-s-h-a-user.md               |  4 ++--
 docs/examples/users/create-scrypt-modified-user.md     |  4 ++--
 docs/examples/users/create-scrypt-user.md              |  4 ++--
 docs/examples/users/create-session.md                  |  4 ++--
 docs/examples/users/create-target.md                   |  4 ++--
 docs/examples/users/create-token.md                    |  4 ++--
 docs/examples/users/create.md                          |  4 ++--
 docs/examples/users/delete-identity.md                 |  4 ++--
 docs/examples/users/delete-mfa-authenticator.md        |  4 ++--
 docs/examples/users/delete-session.md                  |  4 ++--
 docs/examples/users/delete-sessions.md                 |  4 ++--
 docs/examples/users/delete-target.md                   |  4 ++--
 docs/examples/users/delete.md                          |  4 ++--
 docs/examples/users/get-mfa-recovery-codes.md          |  4 ++--
 docs/examples/users/get-prefs.md                       |  4 ++--
 docs/examples/users/get-target.md                      |  4 ++--
 docs/examples/users/get.md                             |  4 ++--
 docs/examples/users/list-identities.md                 |  4 ++--
 docs/examples/users/list-logs.md                       |  4 ++--
 docs/examples/users/list-memberships.md                |  4 ++--
 docs/examples/users/list-mfa-factors.md                |  4 ++--
 docs/examples/users/list-sessions.md                   |  4 ++--
 docs/examples/users/list-targets.md                    |  4 ++--
 docs/examples/users/list.md                            |  4 ++--
 docs/examples/users/update-email-verification.md       |  4 ++--
 docs/examples/users/update-email.md                    |  4 ++--
 docs/examples/users/update-labels.md                   |  4 ++--
 docs/examples/users/update-mfa-recovery-codes.md       |  4 ++--
 docs/examples/users/update-mfa.md                      |  4 ++--
 docs/examples/users/update-name.md                     |  4 ++--
 docs/examples/users/update-password.md                 |  4 ++--
 docs/examples/users/update-phone-verification.md       |  4 ++--
 docs/examples/users/update-phone.md                    |  4 ++--
 docs/examples/users/update-prefs.md                    |  4 ++--
 docs/examples/users/update-status.md                   |  4 ++--
 docs/examples/users/update-target.md                   |  4 ++--
 docs/storage.md                                        |  6 +++---
 src/Appwrite/Enums/Name.php                            | 10 +++++-----
 src/Appwrite/Services/Account.php                      |  2 +-
 264 files changed, 442 insertions(+), 442 deletions(-)

diff --git a/README.md b/README.md
index 04bcaef..c8d7a42 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Appwrite PHP SDK
 
 ![License](https://img.shields.io/github/license/appwrite/sdk-for-php.svg?style=flat-square&v=1)
-![Version](https://img.shields.io/badge/api%20version-1.5.8-blue.svg?style=flat-square&v=1)
+![Version](https://img.shields.io/badge/api%20version-1.5.7-blue.svg?style=flat-square&v=1)
 [![Build Status](https://img.shields.io/travis/com/appwrite/sdk-generator?style=flat-square)](https://travis-ci.com/appwrite/sdk-generator)
 [![Twitter Account](https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square)](https://twitter.com/appwrite)
 [![Discord](https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square)](https://appwrite.io/discord)
diff --git a/docs/account.md b/docs/account.md
index c0c9e63..3a74c26 100644
--- a/docs/account.md
+++ b/docs/account.md
@@ -126,7 +126,7 @@ POST https://cloud.appwrite.io/v1/account/mfa/authenticators/{type}
 PUT https://cloud.appwrite.io/v1/account/mfa/authenticators/{type}
 ```
 
-** Verify an authenticator app after adding it using the [add authenticator](/docs/references/cloud/client-web/account#createMfaAuthenticator) method. **
+** Verify an authenticator app after adding it using the [add authenticator](/docs/references/cloud/client-web/account#createMfaAuthenticator) method. add  **
 
 ### Parameters
 
diff --git a/docs/examples/account/create-anonymous-session.md b/docs/examples/account/create-anonymous-session.md
index c43c60e..950bb4a 100644
--- a/docs/examples/account/create-anonymous-session.md
+++ b/docs/examples/account/create-anonymous-session.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;'); // Your project ID
+    ->setProject('5df5acd0d48c2'); // Your project ID
 
 $account = new Account($client);
 
diff --git a/docs/examples/account/create-email-password-session.md b/docs/examples/account/create-email-password-session.md
index faefc33..3fd96f3 100644
--- a/docs/examples/account/create-email-password-session.md
+++ b/docs/examples/account/create-email-password-session.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;'); // Your project ID
+    ->setProject('5df5acd0d48c2'); // Your project ID
 
 $account = new Account($client);
 
diff --git a/docs/examples/account/create-email-token.md b/docs/examples/account/create-email-token.md
index 68dd7f4..1477366 100644
--- a/docs/examples/account/create-email-token.md
+++ b/docs/examples/account/create-email-token.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;'); // Your project ID
+    ->setProject('5df5acd0d48c2'); // Your project ID
 
 $account = new Account($client);
 
diff --git a/docs/examples/account/create-j-w-t.md b/docs/examples/account/create-j-w-t.md
index 33479c4..d59316f 100644
--- a/docs/examples/account/create-j-w-t.md
+++ b/docs/examples/account/create-j-w-t.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;'); // Your project ID
+    ->setProject('5df5acd0d48c2'); // Your project ID
 
 $account = new Account($client);
 
diff --git a/docs/examples/account/create-magic-u-r-l-token.md b/docs/examples/account/create-magic-u-r-l-token.md
index f75991c..e744157 100644
--- a/docs/examples/account/create-magic-u-r-l-token.md
+++ b/docs/examples/account/create-magic-u-r-l-token.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;'); // Your project ID
+    ->setProject('5df5acd0d48c2'); // Your project ID
 
 $account = new Account($client);
 
diff --git a/docs/examples/account/create-mfa-authenticator.md b/docs/examples/account/create-mfa-authenticator.md
index 95fca46..1b3d176 100644
--- a/docs/examples/account/create-mfa-authenticator.md
+++ b/docs/examples/account/create-mfa-authenticator.md
@@ -6,7 +6,7 @@ use Appwrite\Enums\AuthenticatorType;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/create-mfa-challenge.md b/docs/examples/account/create-mfa-challenge.md
index 34bd063..5cef510 100644
--- a/docs/examples/account/create-mfa-challenge.md
+++ b/docs/examples/account/create-mfa-challenge.md
@@ -6,7 +6,7 @@ use Appwrite\Enums\AuthenticationFactor;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;'); // Your project ID
+    ->setProject('5df5acd0d48c2'); // Your project ID
 
 $account = new Account($client);
 
diff --git a/docs/examples/account/create-mfa-recovery-codes.md b/docs/examples/account/create-mfa-recovery-codes.md
index c474967..8adf247 100644
--- a/docs/examples/account/create-mfa-recovery-codes.md
+++ b/docs/examples/account/create-mfa-recovery-codes.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/create-o-auth2token.md b/docs/examples/account/create-o-auth2token.md
index 0411d6f..dc97ef6 100644
--- a/docs/examples/account/create-o-auth2token.md
+++ b/docs/examples/account/create-o-auth2token.md
@@ -6,7 +6,7 @@ use Appwrite\Enums\OAuthProvider;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;'); // Your project ID
+    ->setProject('5df5acd0d48c2'); // Your project ID
 
 $account = new Account($client);
 
diff --git a/docs/examples/account/create-phone-token.md b/docs/examples/account/create-phone-token.md
index e5724d3..43ff008 100644
--- a/docs/examples/account/create-phone-token.md
+++ b/docs/examples/account/create-phone-token.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;'); // Your project ID
+    ->setProject('5df5acd0d48c2'); // Your project ID
 
 $account = new Account($client);
 
diff --git a/docs/examples/account/create-phone-verification.md b/docs/examples/account/create-phone-verification.md
index e681607..c4b52f3 100644
--- a/docs/examples/account/create-phone-verification.md
+++ b/docs/examples/account/create-phone-verification.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/create-recovery.md b/docs/examples/account/create-recovery.md
index 86cc2d9..b35c58f 100644
--- a/docs/examples/account/create-recovery.md
+++ b/docs/examples/account/create-recovery.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/create-session.md b/docs/examples/account/create-session.md
index e714d11..71fa75c 100644
--- a/docs/examples/account/create-session.md
+++ b/docs/examples/account/create-session.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;'); // Your project ID
+    ->setProject('5df5acd0d48c2'); // Your project ID
 
 $account = new Account($client);
 
diff --git a/docs/examples/account/create-verification.md b/docs/examples/account/create-verification.md
index 9541956..b1ca321 100644
--- a/docs/examples/account/create-verification.md
+++ b/docs/examples/account/create-verification.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/create.md b/docs/examples/account/create.md
index b4bc9df..c07c2d7 100644
--- a/docs/examples/account/create.md
+++ b/docs/examples/account/create.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;'); // Your project ID
+    ->setProject('5df5acd0d48c2'); // Your project ID
 
 $account = new Account($client);
 
diff --git a/docs/examples/account/delete-identity.md b/docs/examples/account/delete-identity.md
index dc7f751..06a6a38 100644
--- a/docs/examples/account/delete-identity.md
+++ b/docs/examples/account/delete-identity.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/delete-mfa-authenticator.md b/docs/examples/account/delete-mfa-authenticator.md
index 5420c15..78a304f 100644
--- a/docs/examples/account/delete-mfa-authenticator.md
+++ b/docs/examples/account/delete-mfa-authenticator.md
@@ -6,7 +6,7 @@ use Appwrite\Enums\AuthenticatorType;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/delete-session.md b/docs/examples/account/delete-session.md
index e52d95e..9b06705 100644
--- a/docs/examples/account/delete-session.md
+++ b/docs/examples/account/delete-session.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/delete-sessions.md b/docs/examples/account/delete-sessions.md
index a493317..7f927fa 100644
--- a/docs/examples/account/delete-sessions.md
+++ b/docs/examples/account/delete-sessions.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/get-mfa-recovery-codes.md b/docs/examples/account/get-mfa-recovery-codes.md
index f640e9e..795559b 100644
--- a/docs/examples/account/get-mfa-recovery-codes.md
+++ b/docs/examples/account/get-mfa-recovery-codes.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/get-prefs.md b/docs/examples/account/get-prefs.md
index f6489fc..57990c1 100644
--- a/docs/examples/account/get-prefs.md
+++ b/docs/examples/account/get-prefs.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/get-session.md b/docs/examples/account/get-session.md
index 17bf7f7..5236002 100644
--- a/docs/examples/account/get-session.md
+++ b/docs/examples/account/get-session.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/get.md b/docs/examples/account/get.md
index 8a36274..4b6d8e2 100644
--- a/docs/examples/account/get.md
+++ b/docs/examples/account/get.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/list-identities.md b/docs/examples/account/list-identities.md
index 78c6dd3..da36bbd 100644
--- a/docs/examples/account/list-identities.md
+++ b/docs/examples/account/list-identities.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/list-logs.md b/docs/examples/account/list-logs.md
index 0dcdb3b..a83c39a 100644
--- a/docs/examples/account/list-logs.md
+++ b/docs/examples/account/list-logs.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/list-mfa-factors.md b/docs/examples/account/list-mfa-factors.md
index e029574..448f18d 100644
--- a/docs/examples/account/list-mfa-factors.md
+++ b/docs/examples/account/list-mfa-factors.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/list-sessions.md b/docs/examples/account/list-sessions.md
index 28f2823..bae339f 100644
--- a/docs/examples/account/list-sessions.md
+++ b/docs/examples/account/list-sessions.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-email.md b/docs/examples/account/update-email.md
index 60cb7cc..efe3d99 100644
--- a/docs/examples/account/update-email.md
+++ b/docs/examples/account/update-email.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-m-f-a.md b/docs/examples/account/update-m-f-a.md
index 1869f7e..5247ec4 100644
--- a/docs/examples/account/update-m-f-a.md
+++ b/docs/examples/account/update-m-f-a.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-magic-u-r-l-session.md b/docs/examples/account/update-magic-u-r-l-session.md
index d5e1a9f..1fa3422 100644
--- a/docs/examples/account/update-magic-u-r-l-session.md
+++ b/docs/examples/account/update-magic-u-r-l-session.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;'); // Your project ID
+    ->setProject('5df5acd0d48c2'); // Your project ID
 
 $account = new Account($client);
 
diff --git a/docs/examples/account/update-mfa-authenticator.md b/docs/examples/account/update-mfa-authenticator.md
index f998c23..e97fff5 100644
--- a/docs/examples/account/update-mfa-authenticator.md
+++ b/docs/examples/account/update-mfa-authenticator.md
@@ -6,7 +6,7 @@ use Appwrite\Enums\AuthenticatorType;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-mfa-challenge.md b/docs/examples/account/update-mfa-challenge.md
index 62124c5..d0f278c 100644
--- a/docs/examples/account/update-mfa-challenge.md
+++ b/docs/examples/account/update-mfa-challenge.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-mfa-recovery-codes.md b/docs/examples/account/update-mfa-recovery-codes.md
index 7babcac..7b6809f 100644
--- a/docs/examples/account/update-mfa-recovery-codes.md
+++ b/docs/examples/account/update-mfa-recovery-codes.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-name.md b/docs/examples/account/update-name.md
index 4e0f1cb..ea6353f 100644
--- a/docs/examples/account/update-name.md
+++ b/docs/examples/account/update-name.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-password.md b/docs/examples/account/update-password.md
index e438d2b..dc873db 100644
--- a/docs/examples/account/update-password.md
+++ b/docs/examples/account/update-password.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-phone-session.md b/docs/examples/account/update-phone-session.md
index 2951815..9681b35 100644
--- a/docs/examples/account/update-phone-session.md
+++ b/docs/examples/account/update-phone-session.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;'); // Your project ID
+    ->setProject('5df5acd0d48c2'); // Your project ID
 
 $account = new Account($client);
 
diff --git a/docs/examples/account/update-phone-verification.md b/docs/examples/account/update-phone-verification.md
index 6b95838..9c3d3b7 100644
--- a/docs/examples/account/update-phone-verification.md
+++ b/docs/examples/account/update-phone-verification.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-phone.md b/docs/examples/account/update-phone.md
index 85cff81..cbaf93a 100644
--- a/docs/examples/account/update-phone.md
+++ b/docs/examples/account/update-phone.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-prefs.md b/docs/examples/account/update-prefs.md
index c47859b..f057471 100644
--- a/docs/examples/account/update-prefs.md
+++ b/docs/examples/account/update-prefs.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-recovery.md b/docs/examples/account/update-recovery.md
index 5400fb5..5b7f88b 100644
--- a/docs/examples/account/update-recovery.md
+++ b/docs/examples/account/update-recovery.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-session.md b/docs/examples/account/update-session.md
index 1a4611c..d0220da 100644
--- a/docs/examples/account/update-session.md
+++ b/docs/examples/account/update-session.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-status.md b/docs/examples/account/update-status.md
index 8511b2f..e5d51ec 100644
--- a/docs/examples/account/update-status.md
+++ b/docs/examples/account/update-status.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/account/update-verification.md b/docs/examples/account/update-verification.md
index 253693e..b7cd6f9 100644
--- a/docs/examples/account/update-verification.md
+++ b/docs/examples/account/update-verification.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Account;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $account = new Account($client);
diff --git a/docs/examples/avatars/get-browser.md b/docs/examples/avatars/get-browser.md
index 47a6c85..02bc411 100644
--- a/docs/examples/avatars/get-browser.md
+++ b/docs/examples/avatars/get-browser.md
@@ -6,7 +6,7 @@ use Appwrite\Enums\Browser;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $avatars = new Avatars($client);
diff --git a/docs/examples/avatars/get-credit-card.md b/docs/examples/avatars/get-credit-card.md
index c1b6b15..be93427 100644
--- a/docs/examples/avatars/get-credit-card.md
+++ b/docs/examples/avatars/get-credit-card.md
@@ -6,7 +6,7 @@ use Appwrite\Enums\CreditCard;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $avatars = new Avatars($client);
diff --git a/docs/examples/avatars/get-favicon.md b/docs/examples/avatars/get-favicon.md
index 50bb5c4..ff48929 100644
--- a/docs/examples/avatars/get-favicon.md
+++ b/docs/examples/avatars/get-favicon.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Avatars;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $avatars = new Avatars($client);
diff --git a/docs/examples/avatars/get-flag.md b/docs/examples/avatars/get-flag.md
index c163dea..b2cd79a 100644
--- a/docs/examples/avatars/get-flag.md
+++ b/docs/examples/avatars/get-flag.md
@@ -6,7 +6,7 @@ use Appwrite\Enums\Flag;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $avatars = new Avatars($client);
diff --git a/docs/examples/avatars/get-image.md b/docs/examples/avatars/get-image.md
index 31d2bbf..f069e7f 100644
--- a/docs/examples/avatars/get-image.md
+++ b/docs/examples/avatars/get-image.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Avatars;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $avatars = new Avatars($client);
diff --git a/docs/examples/avatars/get-initials.md b/docs/examples/avatars/get-initials.md
index 6a94e05..448e1a6 100644
--- a/docs/examples/avatars/get-initials.md
+++ b/docs/examples/avatars/get-initials.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Avatars;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $avatars = new Avatars($client);
diff --git a/docs/examples/avatars/get-q-r.md b/docs/examples/avatars/get-q-r.md
index 48f0008..8d19ddd 100644
--- a/docs/examples/avatars/get-q-r.md
+++ b/docs/examples/avatars/get-q-r.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Avatars;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $avatars = new Avatars($client);
diff --git a/docs/examples/databases/create-boolean-attribute.md b/docs/examples/databases/create-boolean-attribute.md
index 27eba02..9344cff 100644
--- a/docs/examples/databases/create-boolean-attribute.md
+++ b/docs/examples/databases/create-boolean-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/create-collection.md b/docs/examples/databases/create-collection.md
index 72d36d2..f5c5cb3 100644
--- a/docs/examples/databases/create-collection.md
+++ b/docs/examples/databases/create-collection.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/create-datetime-attribute.md b/docs/examples/databases/create-datetime-attribute.md
index a959381..3169914 100644
--- a/docs/examples/databases/create-datetime-attribute.md
+++ b/docs/examples/databases/create-datetime-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/create-document.md b/docs/examples/databases/create-document.md
index 612b114..83ffc07 100644
--- a/docs/examples/databases/create-document.md
+++ b/docs/examples/databases/create-document.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $databases = new Databases($client);
diff --git a/docs/examples/databases/create-email-attribute.md b/docs/examples/databases/create-email-attribute.md
index a72a42f..c88a039 100644
--- a/docs/examples/databases/create-email-attribute.md
+++ b/docs/examples/databases/create-email-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/create-enum-attribute.md b/docs/examples/databases/create-enum-attribute.md
index 2d6e3fb..e12bb36 100644
--- a/docs/examples/databases/create-enum-attribute.md
+++ b/docs/examples/databases/create-enum-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/create-float-attribute.md b/docs/examples/databases/create-float-attribute.md
index 83f42ea..c685c6a 100644
--- a/docs/examples/databases/create-float-attribute.md
+++ b/docs/examples/databases/create-float-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/create-index.md b/docs/examples/databases/create-index.md
index e795271..b658234 100644
--- a/docs/examples/databases/create-index.md
+++ b/docs/examples/databases/create-index.md
@@ -6,8 +6,8 @@ use Appwrite\Enums\IndexType;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/create-integer-attribute.md b/docs/examples/databases/create-integer-attribute.md
index 5abc89c..ef63e05 100644
--- a/docs/examples/databases/create-integer-attribute.md
+++ b/docs/examples/databases/create-integer-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/create-ip-attribute.md b/docs/examples/databases/create-ip-attribute.md
index 04c70f9..a3d9de9 100644
--- a/docs/examples/databases/create-ip-attribute.md
+++ b/docs/examples/databases/create-ip-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/create-relationship-attribute.md b/docs/examples/databases/create-relationship-attribute.md
index 2e0ba64..1d262cf 100644
--- a/docs/examples/databases/create-relationship-attribute.md
+++ b/docs/examples/databases/create-relationship-attribute.md
@@ -6,8 +6,8 @@ use Appwrite\Enums\RelationshipType;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/create-string-attribute.md b/docs/examples/databases/create-string-attribute.md
index 450c9bc..2a88397 100644
--- a/docs/examples/databases/create-string-attribute.md
+++ b/docs/examples/databases/create-string-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/create-url-attribute.md b/docs/examples/databases/create-url-attribute.md
index e7a40b7..299ff70 100644
--- a/docs/examples/databases/create-url-attribute.md
+++ b/docs/examples/databases/create-url-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/create.md b/docs/examples/databases/create.md
index da4a650..10f46ff 100644
--- a/docs/examples/databases/create.md
+++ b/docs/examples/databases/create.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/delete-attribute.md b/docs/examples/databases/delete-attribute.md
index e60d39f..097e7f0 100644
--- a/docs/examples/databases/delete-attribute.md
+++ b/docs/examples/databases/delete-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/delete-collection.md b/docs/examples/databases/delete-collection.md
index ce821e7..5c3606b 100644
--- a/docs/examples/databases/delete-collection.md
+++ b/docs/examples/databases/delete-collection.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/delete-document.md b/docs/examples/databases/delete-document.md
index 536cdcd..892dc03 100644
--- a/docs/examples/databases/delete-document.md
+++ b/docs/examples/databases/delete-document.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $databases = new Databases($client);
diff --git a/docs/examples/databases/delete-index.md b/docs/examples/databases/delete-index.md
index cb9ddf9..f0ba6e7 100644
--- a/docs/examples/databases/delete-index.md
+++ b/docs/examples/databases/delete-index.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/delete.md b/docs/examples/databases/delete.md
index 5b1a322..999fe3a 100644
--- a/docs/examples/databases/delete.md
+++ b/docs/examples/databases/delete.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/get-attribute.md b/docs/examples/databases/get-attribute.md
index 671f9ac..87f684e 100644
--- a/docs/examples/databases/get-attribute.md
+++ b/docs/examples/databases/get-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/get-collection.md b/docs/examples/databases/get-collection.md
index 23df77b..cf9fa77 100644
--- a/docs/examples/databases/get-collection.md
+++ b/docs/examples/databases/get-collection.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/get-document.md b/docs/examples/databases/get-document.md
index bee705f..25bc79a 100644
--- a/docs/examples/databases/get-document.md
+++ b/docs/examples/databases/get-document.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $databases = new Databases($client);
diff --git a/docs/examples/databases/get-index.md b/docs/examples/databases/get-index.md
index b5878dd..be8fab3 100644
--- a/docs/examples/databases/get-index.md
+++ b/docs/examples/databases/get-index.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/get.md b/docs/examples/databases/get.md
index 4838b0b..d30acdc 100644
--- a/docs/examples/databases/get.md
+++ b/docs/examples/databases/get.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/list-attributes.md b/docs/examples/databases/list-attributes.md
index 6b1834f..2e087d0 100644
--- a/docs/examples/databases/list-attributes.md
+++ b/docs/examples/databases/list-attributes.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/list-collections.md b/docs/examples/databases/list-collections.md
index 045aece..0f43e4d 100644
--- a/docs/examples/databases/list-collections.md
+++ b/docs/examples/databases/list-collections.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/list-documents.md b/docs/examples/databases/list-documents.md
index c865f32..bead79b 100644
--- a/docs/examples/databases/list-documents.md
+++ b/docs/examples/databases/list-documents.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $databases = new Databases($client);
diff --git a/docs/examples/databases/list-indexes.md b/docs/examples/databases/list-indexes.md
index fee8e8f..2ba17a4 100644
--- a/docs/examples/databases/list-indexes.md
+++ b/docs/examples/databases/list-indexes.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/list.md b/docs/examples/databases/list.md
index ea89f25..d2bfe71 100644
--- a/docs/examples/databases/list.md
+++ b/docs/examples/databases/list.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/update-boolean-attribute.md b/docs/examples/databases/update-boolean-attribute.md
index a599d60..a070a83 100644
--- a/docs/examples/databases/update-boolean-attribute.md
+++ b/docs/examples/databases/update-boolean-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/update-collection.md b/docs/examples/databases/update-collection.md
index 70b052d..c923217 100644
--- a/docs/examples/databases/update-collection.md
+++ b/docs/examples/databases/update-collection.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/update-datetime-attribute.md b/docs/examples/databases/update-datetime-attribute.md
index f0e92cf..e4e89ad 100644
--- a/docs/examples/databases/update-datetime-attribute.md
+++ b/docs/examples/databases/update-datetime-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/update-document.md b/docs/examples/databases/update-document.md
index 5af2f55..837653f 100644
--- a/docs/examples/databases/update-document.md
+++ b/docs/examples/databases/update-document.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $databases = new Databases($client);
diff --git a/docs/examples/databases/update-email-attribute.md b/docs/examples/databases/update-email-attribute.md
index 8398758..518a255 100644
--- a/docs/examples/databases/update-email-attribute.md
+++ b/docs/examples/databases/update-email-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/update-enum-attribute.md b/docs/examples/databases/update-enum-attribute.md
index 0bd7db5..55368c6 100644
--- a/docs/examples/databases/update-enum-attribute.md
+++ b/docs/examples/databases/update-enum-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/update-float-attribute.md b/docs/examples/databases/update-float-attribute.md
index 32c3ba4..a7ec238 100644
--- a/docs/examples/databases/update-float-attribute.md
+++ b/docs/examples/databases/update-float-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/update-integer-attribute.md b/docs/examples/databases/update-integer-attribute.md
index 2233cc0..4567a3c 100644
--- a/docs/examples/databases/update-integer-attribute.md
+++ b/docs/examples/databases/update-integer-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/update-ip-attribute.md b/docs/examples/databases/update-ip-attribute.md
index a953ae1..8e7c87b 100644
--- a/docs/examples/databases/update-ip-attribute.md
+++ b/docs/examples/databases/update-ip-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/update-relationship-attribute.md b/docs/examples/databases/update-relationship-attribute.md
index e4e16df..756de78 100644
--- a/docs/examples/databases/update-relationship-attribute.md
+++ b/docs/examples/databases/update-relationship-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/update-string-attribute.md b/docs/examples/databases/update-string-attribute.md
index b1a7ae4..819aee4 100644
--- a/docs/examples/databases/update-string-attribute.md
+++ b/docs/examples/databases/update-string-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/update-url-attribute.md b/docs/examples/databases/update-url-attribute.md
index 383d721..d7f9c89 100644
--- a/docs/examples/databases/update-url-attribute.md
+++ b/docs/examples/databases/update-url-attribute.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/databases/update.md b/docs/examples/databases/update.md
index 68cb214..484875a 100644
--- a/docs/examples/databases/update.md
+++ b/docs/examples/databases/update.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Databases;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $databases = new Databases($client);
 
diff --git a/docs/examples/functions/create-build.md b/docs/examples/functions/create-build.md
index 6183e14..6d60cb8 100644
--- a/docs/examples/functions/create-build.md
+++ b/docs/examples/functions/create-build.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/create-deployment.md b/docs/examples/functions/create-deployment.md
index c35b886..370ca1d 100644
--- a/docs/examples/functions/create-deployment.md
+++ b/docs/examples/functions/create-deployment.md
@@ -6,8 +6,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/create-execution.md b/docs/examples/functions/create-execution.md
index 82a8ef3..59493d4 100644
--- a/docs/examples/functions/create-execution.md
+++ b/docs/examples/functions/create-execution.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $functions = new Functions($client);
diff --git a/docs/examples/functions/create-variable.md b/docs/examples/functions/create-variable.md
index 441aa9d..f1d35c3 100644
--- a/docs/examples/functions/create-variable.md
+++ b/docs/examples/functions/create-variable.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/create.md b/docs/examples/functions/create.md
index fab6b72..0c282ba 100644
--- a/docs/examples/functions/create.md
+++ b/docs/examples/functions/create.md
@@ -6,8 +6,8 @@ use Appwrite\Enums\;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/delete-deployment.md b/docs/examples/functions/delete-deployment.md
index 3f00e9d..6a609cd 100644
--- a/docs/examples/functions/delete-deployment.md
+++ b/docs/examples/functions/delete-deployment.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/delete-variable.md b/docs/examples/functions/delete-variable.md
index 5046e1f..d25df57 100644
--- a/docs/examples/functions/delete-variable.md
+++ b/docs/examples/functions/delete-variable.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/delete.md b/docs/examples/functions/delete.md
index 3d4da02..08b5cc4 100644
--- a/docs/examples/functions/delete.md
+++ b/docs/examples/functions/delete.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/download-deployment.md b/docs/examples/functions/download-deployment.md
index 2841d86..9f3b3da 100644
--- a/docs/examples/functions/download-deployment.md
+++ b/docs/examples/functions/download-deployment.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/get-deployment.md b/docs/examples/functions/get-deployment.md
index d5758dd..12e37f3 100644
--- a/docs/examples/functions/get-deployment.md
+++ b/docs/examples/functions/get-deployment.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/get-execution.md b/docs/examples/functions/get-execution.md
index d0c7ec4..47270d6 100644
--- a/docs/examples/functions/get-execution.md
+++ b/docs/examples/functions/get-execution.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $functions = new Functions($client);
diff --git a/docs/examples/functions/get-variable.md b/docs/examples/functions/get-variable.md
index 2bd901b..3635372 100644
--- a/docs/examples/functions/get-variable.md
+++ b/docs/examples/functions/get-variable.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/get.md b/docs/examples/functions/get.md
index b2c6d7b..00993f7 100644
--- a/docs/examples/functions/get.md
+++ b/docs/examples/functions/get.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/list-deployments.md b/docs/examples/functions/list-deployments.md
index d8bad27..7f64808 100644
--- a/docs/examples/functions/list-deployments.md
+++ b/docs/examples/functions/list-deployments.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/list-executions.md b/docs/examples/functions/list-executions.md
index fda330a..b446868 100644
--- a/docs/examples/functions/list-executions.md
+++ b/docs/examples/functions/list-executions.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $functions = new Functions($client);
diff --git a/docs/examples/functions/list-runtimes.md b/docs/examples/functions/list-runtimes.md
index 18d3c05..75be157 100644
--- a/docs/examples/functions/list-runtimes.md
+++ b/docs/examples/functions/list-runtimes.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/list-variables.md b/docs/examples/functions/list-variables.md
index 137a4da..681102b 100644
--- a/docs/examples/functions/list-variables.md
+++ b/docs/examples/functions/list-variables.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/list.md b/docs/examples/functions/list.md
index 7b4d362..b59494b 100644
--- a/docs/examples/functions/list.md
+++ b/docs/examples/functions/list.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/update-deployment.md b/docs/examples/functions/update-deployment.md
index 095b253..4405767 100644
--- a/docs/examples/functions/update-deployment.md
+++ b/docs/examples/functions/update-deployment.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/update-variable.md b/docs/examples/functions/update-variable.md
index 77a28f1..cdce618 100644
--- a/docs/examples/functions/update-variable.md
+++ b/docs/examples/functions/update-variable.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/functions/update.md b/docs/examples/functions/update.md
index 05df319..e55108f 100644
--- a/docs/examples/functions/update.md
+++ b/docs/examples/functions/update.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Functions;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $functions = new Functions($client);
 
diff --git a/docs/examples/graphql/mutation.md b/docs/examples/graphql/mutation.md
index e074e0c..1be4802 100644
--- a/docs/examples/graphql/mutation.md
+++ b/docs/examples/graphql/mutation.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Graphql;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $graphql = new Graphql($client);
 
diff --git a/docs/examples/graphql/query.md b/docs/examples/graphql/query.md
index b871063..5467fe1 100644
--- a/docs/examples/graphql/query.md
+++ b/docs/examples/graphql/query.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Graphql;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $graphql = new Graphql($client);
 
diff --git a/docs/examples/health/get-antivirus.md b/docs/examples/health/get-antivirus.md
index 64e83e0..7f4fcb8 100644
--- a/docs/examples/health/get-antivirus.md
+++ b/docs/examples/health/get-antivirus.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-cache.md b/docs/examples/health/get-cache.md
index 6096207..4fe6e69 100644
--- a/docs/examples/health/get-cache.md
+++ b/docs/examples/health/get-cache.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-certificate.md b/docs/examples/health/get-certificate.md
index d5d325e..1f4d55e 100644
--- a/docs/examples/health/get-certificate.md
+++ b/docs/examples/health/get-certificate.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-d-b.md b/docs/examples/health/get-d-b.md
index 434fcad..ca1349b 100644
--- a/docs/examples/health/get-d-b.md
+++ b/docs/examples/health/get-d-b.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-failed-jobs.md b/docs/examples/health/get-failed-jobs.md
index 1470587..94a8d74 100644
--- a/docs/examples/health/get-failed-jobs.md
+++ b/docs/examples/health/get-failed-jobs.md
@@ -6,8 +6,8 @@ use Appwrite\Enums\;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-pub-sub.md b/docs/examples/health/get-pub-sub.md
index d2d3a5d..63cd764 100644
--- a/docs/examples/health/get-pub-sub.md
+++ b/docs/examples/health/get-pub-sub.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue-builds.md b/docs/examples/health/get-queue-builds.md
index 2911465..56d342b 100644
--- a/docs/examples/health/get-queue-builds.md
+++ b/docs/examples/health/get-queue-builds.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue-certificates.md b/docs/examples/health/get-queue-certificates.md
index 9323b41..10c1308 100644
--- a/docs/examples/health/get-queue-certificates.md
+++ b/docs/examples/health/get-queue-certificates.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue-databases.md b/docs/examples/health/get-queue-databases.md
index 54a9814..c51e123 100644
--- a/docs/examples/health/get-queue-databases.md
+++ b/docs/examples/health/get-queue-databases.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue-deletes.md b/docs/examples/health/get-queue-deletes.md
index aee4deb..70dcaca 100644
--- a/docs/examples/health/get-queue-deletes.md
+++ b/docs/examples/health/get-queue-deletes.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue-functions.md b/docs/examples/health/get-queue-functions.md
index f675b75..46cde88 100644
--- a/docs/examples/health/get-queue-functions.md
+++ b/docs/examples/health/get-queue-functions.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue-logs.md b/docs/examples/health/get-queue-logs.md
index 05c463b..c982068 100644
--- a/docs/examples/health/get-queue-logs.md
+++ b/docs/examples/health/get-queue-logs.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue-mails.md b/docs/examples/health/get-queue-mails.md
index 74d4959..ad415fc 100644
--- a/docs/examples/health/get-queue-mails.md
+++ b/docs/examples/health/get-queue-mails.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue-messaging.md b/docs/examples/health/get-queue-messaging.md
index 3fd96c6..a722d2f 100644
--- a/docs/examples/health/get-queue-messaging.md
+++ b/docs/examples/health/get-queue-messaging.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue-migrations.md b/docs/examples/health/get-queue-migrations.md
index 9f1a8be..2e2826d 100644
--- a/docs/examples/health/get-queue-migrations.md
+++ b/docs/examples/health/get-queue-migrations.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue-usage-dump.md b/docs/examples/health/get-queue-usage-dump.md
index b856b73..050cbeb 100644
--- a/docs/examples/health/get-queue-usage-dump.md
+++ b/docs/examples/health/get-queue-usage-dump.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue-usage.md b/docs/examples/health/get-queue-usage.md
index 9b5baeb..d9a3fb9 100644
--- a/docs/examples/health/get-queue-usage.md
+++ b/docs/examples/health/get-queue-usage.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue-webhooks.md b/docs/examples/health/get-queue-webhooks.md
index e42b65b..e1d6e6f 100644
--- a/docs/examples/health/get-queue-webhooks.md
+++ b/docs/examples/health/get-queue-webhooks.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-queue.md b/docs/examples/health/get-queue.md
index 81b2218..a8b1393 100644
--- a/docs/examples/health/get-queue.md
+++ b/docs/examples/health/get-queue.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-storage-local.md b/docs/examples/health/get-storage-local.md
index 75999ce..43bef96 100644
--- a/docs/examples/health/get-storage-local.md
+++ b/docs/examples/health/get-storage-local.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-storage.md b/docs/examples/health/get-storage.md
index a3b56b9..d5d817a 100644
--- a/docs/examples/health/get-storage.md
+++ b/docs/examples/health/get-storage.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get-time.md b/docs/examples/health/get-time.md
index 5deb238..d31e757 100644
--- a/docs/examples/health/get-time.md
+++ b/docs/examples/health/get-time.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/health/get.md b/docs/examples/health/get.md
index 5001c48..6e8216c 100644
--- a/docs/examples/health/get.md
+++ b/docs/examples/health/get.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Health;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $health = new Health($client);
 
diff --git a/docs/examples/locale/get.md b/docs/examples/locale/get.md
index b9f48b4..beecee9 100644
--- a/docs/examples/locale/get.md
+++ b/docs/examples/locale/get.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Locale;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $locale = new Locale($client);
diff --git a/docs/examples/locale/list-codes.md b/docs/examples/locale/list-codes.md
index b35683c..699326f 100644
--- a/docs/examples/locale/list-codes.md
+++ b/docs/examples/locale/list-codes.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Locale;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $locale = new Locale($client);
diff --git a/docs/examples/locale/list-continents.md b/docs/examples/locale/list-continents.md
index 1076f99..038f099 100644
--- a/docs/examples/locale/list-continents.md
+++ b/docs/examples/locale/list-continents.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Locale;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $locale = new Locale($client);
diff --git a/docs/examples/locale/list-countries-e-u.md b/docs/examples/locale/list-countries-e-u.md
index 93a4cad..1b895e5 100644
--- a/docs/examples/locale/list-countries-e-u.md
+++ b/docs/examples/locale/list-countries-e-u.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Locale;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $locale = new Locale($client);
diff --git a/docs/examples/locale/list-countries-phones.md b/docs/examples/locale/list-countries-phones.md
index 1d99f67..503ff39 100644
--- a/docs/examples/locale/list-countries-phones.md
+++ b/docs/examples/locale/list-countries-phones.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Locale;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $locale = new Locale($client);
diff --git a/docs/examples/locale/list-countries.md b/docs/examples/locale/list-countries.md
index 665dd09..3e092d7 100644
--- a/docs/examples/locale/list-countries.md
+++ b/docs/examples/locale/list-countries.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Locale;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $locale = new Locale($client);
diff --git a/docs/examples/locale/list-currencies.md b/docs/examples/locale/list-currencies.md
index 5cd91de..81157c9 100644
--- a/docs/examples/locale/list-currencies.md
+++ b/docs/examples/locale/list-currencies.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Locale;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $locale = new Locale($client);
diff --git a/docs/examples/locale/list-languages.md b/docs/examples/locale/list-languages.md
index c615a3d..31de740 100644
--- a/docs/examples/locale/list-languages.md
+++ b/docs/examples/locale/list-languages.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Locale;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $locale = new Locale($client);
diff --git a/docs/examples/messaging/create-apns-provider.md b/docs/examples/messaging/create-apns-provider.md
index ebe69e9..4814078 100644
--- a/docs/examples/messaging/create-apns-provider.md
+++ b/docs/examples/messaging/create-apns-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-email.md b/docs/examples/messaging/create-email.md
index b24e4f2..8327f74 100644
--- a/docs/examples/messaging/create-email.md
+++ b/docs/examples/messaging/create-email.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-fcm-provider.md b/docs/examples/messaging/create-fcm-provider.md
index b0cfec4..4bb7123 100644
--- a/docs/examples/messaging/create-fcm-provider.md
+++ b/docs/examples/messaging/create-fcm-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-mailgun-provider.md b/docs/examples/messaging/create-mailgun-provider.md
index bd3bcf8..8ffa70c 100644
--- a/docs/examples/messaging/create-mailgun-provider.md
+++ b/docs/examples/messaging/create-mailgun-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-msg91provider.md b/docs/examples/messaging/create-msg91provider.md
index da37716..5efd866 100644
--- a/docs/examples/messaging/create-msg91provider.md
+++ b/docs/examples/messaging/create-msg91provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-push.md b/docs/examples/messaging/create-push.md
index 7273f03..7b7eb8e 100644
--- a/docs/examples/messaging/create-push.md
+++ b/docs/examples/messaging/create-push.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-sendgrid-provider.md b/docs/examples/messaging/create-sendgrid-provider.md
index 42764a9..fbaa819 100644
--- a/docs/examples/messaging/create-sendgrid-provider.md
+++ b/docs/examples/messaging/create-sendgrid-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-sms.md b/docs/examples/messaging/create-sms.md
index 36fce84..ae28808 100644
--- a/docs/examples/messaging/create-sms.md
+++ b/docs/examples/messaging/create-sms.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-smtp-provider.md b/docs/examples/messaging/create-smtp-provider.md
index ff8cfe0..4c6d384 100644
--- a/docs/examples/messaging/create-smtp-provider.md
+++ b/docs/examples/messaging/create-smtp-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-subscriber.md b/docs/examples/messaging/create-subscriber.md
index bfba263..36a2a76 100644
--- a/docs/examples/messaging/create-subscriber.md
+++ b/docs/examples/messaging/create-subscriber.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setJWT('&lt;YOUR_JWT&gt;'); // Your secret JSON Web Token
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...'); // Your secret JSON Web Token
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-telesign-provider.md b/docs/examples/messaging/create-telesign-provider.md
index ec3ede7..d84c93f 100644
--- a/docs/examples/messaging/create-telesign-provider.md
+++ b/docs/examples/messaging/create-telesign-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-textmagic-provider.md b/docs/examples/messaging/create-textmagic-provider.md
index 5dc00f8..c1d0337 100644
--- a/docs/examples/messaging/create-textmagic-provider.md
+++ b/docs/examples/messaging/create-textmagic-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-topic.md b/docs/examples/messaging/create-topic.md
index dd0daf1..bf21494 100644
--- a/docs/examples/messaging/create-topic.md
+++ b/docs/examples/messaging/create-topic.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-twilio-provider.md b/docs/examples/messaging/create-twilio-provider.md
index 70a1d38..915cc94 100644
--- a/docs/examples/messaging/create-twilio-provider.md
+++ b/docs/examples/messaging/create-twilio-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/create-vonage-provider.md b/docs/examples/messaging/create-vonage-provider.md
index d6a4e11..bd1e665 100644
--- a/docs/examples/messaging/create-vonage-provider.md
+++ b/docs/examples/messaging/create-vonage-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/delete-provider.md b/docs/examples/messaging/delete-provider.md
index 4f267fe..b52e5f0 100644
--- a/docs/examples/messaging/delete-provider.md
+++ b/docs/examples/messaging/delete-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/delete-subscriber.md b/docs/examples/messaging/delete-subscriber.md
index 2f91487..1736d00 100644
--- a/docs/examples/messaging/delete-subscriber.md
+++ b/docs/examples/messaging/delete-subscriber.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setJWT('&lt;YOUR_JWT&gt;'); // Your secret JSON Web Token
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setJWT('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ...'); // Your secret JSON Web Token
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/delete-topic.md b/docs/examples/messaging/delete-topic.md
index 79dca2c..25ed35e 100644
--- a/docs/examples/messaging/delete-topic.md
+++ b/docs/examples/messaging/delete-topic.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/delete.md b/docs/examples/messaging/delete.md
index b0676ec..5c05eed 100644
--- a/docs/examples/messaging/delete.md
+++ b/docs/examples/messaging/delete.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/get-message.md b/docs/examples/messaging/get-message.md
index 9ec7a0e..47b6afd 100644
--- a/docs/examples/messaging/get-message.md
+++ b/docs/examples/messaging/get-message.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/get-provider.md b/docs/examples/messaging/get-provider.md
index 378fc6d..1576107 100644
--- a/docs/examples/messaging/get-provider.md
+++ b/docs/examples/messaging/get-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/get-subscriber.md b/docs/examples/messaging/get-subscriber.md
index a10974a..3fa4c0a 100644
--- a/docs/examples/messaging/get-subscriber.md
+++ b/docs/examples/messaging/get-subscriber.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/get-topic.md b/docs/examples/messaging/get-topic.md
index cb42254..f732fcb 100644
--- a/docs/examples/messaging/get-topic.md
+++ b/docs/examples/messaging/get-topic.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/list-message-logs.md b/docs/examples/messaging/list-message-logs.md
index d66d546..58c026e 100644
--- a/docs/examples/messaging/list-message-logs.md
+++ b/docs/examples/messaging/list-message-logs.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/list-messages.md b/docs/examples/messaging/list-messages.md
index c0f54a6..681863b 100644
--- a/docs/examples/messaging/list-messages.md
+++ b/docs/examples/messaging/list-messages.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/list-provider-logs.md b/docs/examples/messaging/list-provider-logs.md
index 865daf9..3809e67 100644
--- a/docs/examples/messaging/list-provider-logs.md
+++ b/docs/examples/messaging/list-provider-logs.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/list-providers.md b/docs/examples/messaging/list-providers.md
index fd30837..99c8cc1 100644
--- a/docs/examples/messaging/list-providers.md
+++ b/docs/examples/messaging/list-providers.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/list-subscriber-logs.md b/docs/examples/messaging/list-subscriber-logs.md
index b69c057..4583790 100644
--- a/docs/examples/messaging/list-subscriber-logs.md
+++ b/docs/examples/messaging/list-subscriber-logs.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/list-subscribers.md b/docs/examples/messaging/list-subscribers.md
index 2fd2747..36054d2 100644
--- a/docs/examples/messaging/list-subscribers.md
+++ b/docs/examples/messaging/list-subscribers.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/list-targets.md b/docs/examples/messaging/list-targets.md
index 3abb9ef..b12aa44 100644
--- a/docs/examples/messaging/list-targets.md
+++ b/docs/examples/messaging/list-targets.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/list-topic-logs.md b/docs/examples/messaging/list-topic-logs.md
index 0d23c82..49bcc04 100644
--- a/docs/examples/messaging/list-topic-logs.md
+++ b/docs/examples/messaging/list-topic-logs.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/list-topics.md b/docs/examples/messaging/list-topics.md
index 008767e..565504a 100644
--- a/docs/examples/messaging/list-topics.md
+++ b/docs/examples/messaging/list-topics.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-apns-provider.md b/docs/examples/messaging/update-apns-provider.md
index a368ce5..5de36f2 100644
--- a/docs/examples/messaging/update-apns-provider.md
+++ b/docs/examples/messaging/update-apns-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-email.md b/docs/examples/messaging/update-email.md
index 537ca82..2acafaf 100644
--- a/docs/examples/messaging/update-email.md
+++ b/docs/examples/messaging/update-email.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-fcm-provider.md b/docs/examples/messaging/update-fcm-provider.md
index d8b2a0e..2cadd87 100644
--- a/docs/examples/messaging/update-fcm-provider.md
+++ b/docs/examples/messaging/update-fcm-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-mailgun-provider.md b/docs/examples/messaging/update-mailgun-provider.md
index d838adb..7f36655 100644
--- a/docs/examples/messaging/update-mailgun-provider.md
+++ b/docs/examples/messaging/update-mailgun-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-msg91provider.md b/docs/examples/messaging/update-msg91provider.md
index eb68102..9ca9782 100644
--- a/docs/examples/messaging/update-msg91provider.md
+++ b/docs/examples/messaging/update-msg91provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-push.md b/docs/examples/messaging/update-push.md
index b332ec1..204c63d 100644
--- a/docs/examples/messaging/update-push.md
+++ b/docs/examples/messaging/update-push.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-sendgrid-provider.md b/docs/examples/messaging/update-sendgrid-provider.md
index 7909fef..61253a4 100644
--- a/docs/examples/messaging/update-sendgrid-provider.md
+++ b/docs/examples/messaging/update-sendgrid-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-sms.md b/docs/examples/messaging/update-sms.md
index a4b4c23..9f4b241 100644
--- a/docs/examples/messaging/update-sms.md
+++ b/docs/examples/messaging/update-sms.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-smtp-provider.md b/docs/examples/messaging/update-smtp-provider.md
index 997914f..e4b0ad8 100644
--- a/docs/examples/messaging/update-smtp-provider.md
+++ b/docs/examples/messaging/update-smtp-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-telesign-provider.md b/docs/examples/messaging/update-telesign-provider.md
index 981df0c..b77a45c 100644
--- a/docs/examples/messaging/update-telesign-provider.md
+++ b/docs/examples/messaging/update-telesign-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-textmagic-provider.md b/docs/examples/messaging/update-textmagic-provider.md
index b7f9bab..e3e3f2b 100644
--- a/docs/examples/messaging/update-textmagic-provider.md
+++ b/docs/examples/messaging/update-textmagic-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-topic.md b/docs/examples/messaging/update-topic.md
index e705c1b..50671b1 100644
--- a/docs/examples/messaging/update-topic.md
+++ b/docs/examples/messaging/update-topic.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-twilio-provider.md b/docs/examples/messaging/update-twilio-provider.md
index 05c2072..60eef45 100644
--- a/docs/examples/messaging/update-twilio-provider.md
+++ b/docs/examples/messaging/update-twilio-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/messaging/update-vonage-provider.md b/docs/examples/messaging/update-vonage-provider.md
index 3c421af..4a3ee5a 100644
--- a/docs/examples/messaging/update-vonage-provider.md
+++ b/docs/examples/messaging/update-vonage-provider.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Messaging;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $messaging = new Messaging($client);
 
diff --git a/docs/examples/storage/create-bucket.md b/docs/examples/storage/create-bucket.md
index ca369fb..0582e18 100644
--- a/docs/examples/storage/create-bucket.md
+++ b/docs/examples/storage/create-bucket.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $storage = new Storage($client);
 
diff --git a/docs/examples/storage/create-file.md b/docs/examples/storage/create-file.md
index 20a25e7..e73af54 100644
--- a/docs/examples/storage/create-file.md
+++ b/docs/examples/storage/create-file.md
@@ -6,7 +6,7 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $storage = new Storage($client);
diff --git a/docs/examples/storage/delete-bucket.md b/docs/examples/storage/delete-bucket.md
index a9207f4..6d5278d 100644
--- a/docs/examples/storage/delete-bucket.md
+++ b/docs/examples/storage/delete-bucket.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $storage = new Storage($client);
 
diff --git a/docs/examples/storage/delete-file.md b/docs/examples/storage/delete-file.md
index 47f9938..eff096d 100644
--- a/docs/examples/storage/delete-file.md
+++ b/docs/examples/storage/delete-file.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $storage = new Storage($client);
diff --git a/docs/examples/storage/get-bucket.md b/docs/examples/storage/get-bucket.md
index 5faf6a6..a7a8c1d 100644
--- a/docs/examples/storage/get-bucket.md
+++ b/docs/examples/storage/get-bucket.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $storage = new Storage($client);
 
diff --git a/docs/examples/storage/get-file-download.md b/docs/examples/storage/get-file-download.md
index 48ee5ad..1d49695 100644
--- a/docs/examples/storage/get-file-download.md
+++ b/docs/examples/storage/get-file-download.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $storage = new Storage($client);
diff --git a/docs/examples/storage/get-file-preview.md b/docs/examples/storage/get-file-preview.md
index 4f37f38..519ee53 100644
--- a/docs/examples/storage/get-file-preview.md
+++ b/docs/examples/storage/get-file-preview.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $storage = new Storage($client);
diff --git a/docs/examples/storage/get-file-view.md b/docs/examples/storage/get-file-view.md
index 5637fa8..9e37230 100644
--- a/docs/examples/storage/get-file-view.md
+++ b/docs/examples/storage/get-file-view.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $storage = new Storage($client);
diff --git a/docs/examples/storage/get-file.md b/docs/examples/storage/get-file.md
index 41fdc91..894c8bb 100644
--- a/docs/examples/storage/get-file.md
+++ b/docs/examples/storage/get-file.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $storage = new Storage($client);
diff --git a/docs/examples/storage/list-buckets.md b/docs/examples/storage/list-buckets.md
index 7a988c2..06f4e2a 100644
--- a/docs/examples/storage/list-buckets.md
+++ b/docs/examples/storage/list-buckets.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $storage = new Storage($client);
 
diff --git a/docs/examples/storage/list-files.md b/docs/examples/storage/list-files.md
index 038b2cd..824ae30 100644
--- a/docs/examples/storage/list-files.md
+++ b/docs/examples/storage/list-files.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $storage = new Storage($client);
diff --git a/docs/examples/storage/update-bucket.md b/docs/examples/storage/update-bucket.md
index 96bf127..451ff80 100644
--- a/docs/examples/storage/update-bucket.md
+++ b/docs/examples/storage/update-bucket.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $storage = new Storage($client);
 
diff --git a/docs/examples/storage/update-file.md b/docs/examples/storage/update-file.md
index 0ddc6d5..531a843 100644
--- a/docs/examples/storage/update-file.md
+++ b/docs/examples/storage/update-file.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Storage;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $storage = new Storage($client);
diff --git a/docs/examples/teams/create-membership.md b/docs/examples/teams/create-membership.md
index 061b906..ef9bf44 100644
--- a/docs/examples/teams/create-membership.md
+++ b/docs/examples/teams/create-membership.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/teams/create.md b/docs/examples/teams/create.md
index 5475bdf..de01cbc 100644
--- a/docs/examples/teams/create.md
+++ b/docs/examples/teams/create.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/teams/delete-membership.md b/docs/examples/teams/delete-membership.md
index 15ced89..b68b692 100644
--- a/docs/examples/teams/delete-membership.md
+++ b/docs/examples/teams/delete-membership.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/teams/delete.md b/docs/examples/teams/delete.md
index 98224f7..45f2100 100644
--- a/docs/examples/teams/delete.md
+++ b/docs/examples/teams/delete.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/teams/get-membership.md b/docs/examples/teams/get-membership.md
index f27ee3a..f075372 100644
--- a/docs/examples/teams/get-membership.md
+++ b/docs/examples/teams/get-membership.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/teams/get-prefs.md b/docs/examples/teams/get-prefs.md
index 932777a..738a6c7 100644
--- a/docs/examples/teams/get-prefs.md
+++ b/docs/examples/teams/get-prefs.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/teams/get.md b/docs/examples/teams/get.md
index 21320ee..f68c415 100644
--- a/docs/examples/teams/get.md
+++ b/docs/examples/teams/get.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/teams/list-memberships.md b/docs/examples/teams/list-memberships.md
index 440553c..27d5d00 100644
--- a/docs/examples/teams/list-memberships.md
+++ b/docs/examples/teams/list-memberships.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/teams/list.md b/docs/examples/teams/list.md
index 761b6c2..90cdcfd 100644
--- a/docs/examples/teams/list.md
+++ b/docs/examples/teams/list.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/teams/update-membership-status.md b/docs/examples/teams/update-membership-status.md
index 3c79245..4a802a5 100644
--- a/docs/examples/teams/update-membership-status.md
+++ b/docs/examples/teams/update-membership-status.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/teams/update-membership.md b/docs/examples/teams/update-membership.md
index 438f354..308f7f1 100644
--- a/docs/examples/teams/update-membership.md
+++ b/docs/examples/teams/update-membership.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/teams/update-name.md b/docs/examples/teams/update-name.md
index cd1f38f..088d32e 100644
--- a/docs/examples/teams/update-name.md
+++ b/docs/examples/teams/update-name.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/teams/update-prefs.md b/docs/examples/teams/update-prefs.md
index 0dadd2c..c2a9aad 100644
--- a/docs/examples/teams/update-prefs.md
+++ b/docs/examples/teams/update-prefs.md
@@ -5,7 +5,7 @@ use Appwrite\Services\Teams;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
+    ->setProject('5df5acd0d48c2') // Your project ID
     ->setSession(''); // The user session to authenticate with
 
 $teams = new Teams($client);
diff --git a/docs/examples/users/create-argon2user.md b/docs/examples/users/create-argon2user.md
index 7bee3bc..db01dda 100644
--- a/docs/examples/users/create-argon2user.md
+++ b/docs/examples/users/create-argon2user.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/create-bcrypt-user.md b/docs/examples/users/create-bcrypt-user.md
index 631e4cc..0a061f9 100644
--- a/docs/examples/users/create-bcrypt-user.md
+++ b/docs/examples/users/create-bcrypt-user.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/create-m-d5user.md b/docs/examples/users/create-m-d5user.md
index 0605f6f..400b6bd 100644
--- a/docs/examples/users/create-m-d5user.md
+++ b/docs/examples/users/create-m-d5user.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/create-mfa-recovery-codes.md b/docs/examples/users/create-mfa-recovery-codes.md
index f499b22..e8b3b60 100644
--- a/docs/examples/users/create-mfa-recovery-codes.md
+++ b/docs/examples/users/create-mfa-recovery-codes.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/create-p-h-pass-user.md b/docs/examples/users/create-p-h-pass-user.md
index f6dc863..e0d7342 100644
--- a/docs/examples/users/create-p-h-pass-user.md
+++ b/docs/examples/users/create-p-h-pass-user.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/create-s-h-a-user.md b/docs/examples/users/create-s-h-a-user.md
index 777096d..9cb35ee 100644
--- a/docs/examples/users/create-s-h-a-user.md
+++ b/docs/examples/users/create-s-h-a-user.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/create-scrypt-modified-user.md b/docs/examples/users/create-scrypt-modified-user.md
index 4f8423f..325745d 100644
--- a/docs/examples/users/create-scrypt-modified-user.md
+++ b/docs/examples/users/create-scrypt-modified-user.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/create-scrypt-user.md b/docs/examples/users/create-scrypt-user.md
index 2ccc5d7..0828acc 100644
--- a/docs/examples/users/create-scrypt-user.md
+++ b/docs/examples/users/create-scrypt-user.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/create-session.md b/docs/examples/users/create-session.md
index 97d8c8a..c4f9052 100644
--- a/docs/examples/users/create-session.md
+++ b/docs/examples/users/create-session.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/create-target.md b/docs/examples/users/create-target.md
index 03104bc..2820472 100644
--- a/docs/examples/users/create-target.md
+++ b/docs/examples/users/create-target.md
@@ -6,8 +6,8 @@ use Appwrite\Enums\MessagingProviderType;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/create-token.md b/docs/examples/users/create-token.md
index b08faac..83f05e1 100644
--- a/docs/examples/users/create-token.md
+++ b/docs/examples/users/create-token.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/create.md b/docs/examples/users/create.md
index a50e10e..7cf4b6f 100644
--- a/docs/examples/users/create.md
+++ b/docs/examples/users/create.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/delete-identity.md b/docs/examples/users/delete-identity.md
index 138b89f..81751a1 100644
--- a/docs/examples/users/delete-identity.md
+++ b/docs/examples/users/delete-identity.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/delete-mfa-authenticator.md b/docs/examples/users/delete-mfa-authenticator.md
index d25c2b7..aa7405e 100644
--- a/docs/examples/users/delete-mfa-authenticator.md
+++ b/docs/examples/users/delete-mfa-authenticator.md
@@ -6,8 +6,8 @@ use Appwrite\Enums\AuthenticatorType;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/delete-session.md b/docs/examples/users/delete-session.md
index bf673b2..3ef58aa 100644
--- a/docs/examples/users/delete-session.md
+++ b/docs/examples/users/delete-session.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/delete-sessions.md b/docs/examples/users/delete-sessions.md
index f2a3f21..e89b65f 100644
--- a/docs/examples/users/delete-sessions.md
+++ b/docs/examples/users/delete-sessions.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/delete-target.md b/docs/examples/users/delete-target.md
index 20e676a..444c496 100644
--- a/docs/examples/users/delete-target.md
+++ b/docs/examples/users/delete-target.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/delete.md b/docs/examples/users/delete.md
index 225708c..b715e84 100644
--- a/docs/examples/users/delete.md
+++ b/docs/examples/users/delete.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/get-mfa-recovery-codes.md b/docs/examples/users/get-mfa-recovery-codes.md
index 055ef04..a852fa5 100644
--- a/docs/examples/users/get-mfa-recovery-codes.md
+++ b/docs/examples/users/get-mfa-recovery-codes.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/get-prefs.md b/docs/examples/users/get-prefs.md
index 392dc14..79f778a 100644
--- a/docs/examples/users/get-prefs.md
+++ b/docs/examples/users/get-prefs.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/get-target.md b/docs/examples/users/get-target.md
index 7ca05d3..489e1e2 100644
--- a/docs/examples/users/get-target.md
+++ b/docs/examples/users/get-target.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/get.md b/docs/examples/users/get.md
index 1cc351a..5428d73 100644
--- a/docs/examples/users/get.md
+++ b/docs/examples/users/get.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/list-identities.md b/docs/examples/users/list-identities.md
index 040e309..0fde8a3 100644
--- a/docs/examples/users/list-identities.md
+++ b/docs/examples/users/list-identities.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/list-logs.md b/docs/examples/users/list-logs.md
index e717bdf..863bab5 100644
--- a/docs/examples/users/list-logs.md
+++ b/docs/examples/users/list-logs.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/list-memberships.md b/docs/examples/users/list-memberships.md
index da760e0..616f014 100644
--- a/docs/examples/users/list-memberships.md
+++ b/docs/examples/users/list-memberships.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/list-mfa-factors.md b/docs/examples/users/list-mfa-factors.md
index 16964c5..3058966 100644
--- a/docs/examples/users/list-mfa-factors.md
+++ b/docs/examples/users/list-mfa-factors.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/list-sessions.md b/docs/examples/users/list-sessions.md
index 0bfa242..3b0c490 100644
--- a/docs/examples/users/list-sessions.md
+++ b/docs/examples/users/list-sessions.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/list-targets.md b/docs/examples/users/list-targets.md
index c4815be..c441a1c 100644
--- a/docs/examples/users/list-targets.md
+++ b/docs/examples/users/list-targets.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/list.md b/docs/examples/users/list.md
index 678e97f..63616e5 100644
--- a/docs/examples/users/list.md
+++ b/docs/examples/users/list.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/update-email-verification.md b/docs/examples/users/update-email-verification.md
index d2d6584..74ef340 100644
--- a/docs/examples/users/update-email-verification.md
+++ b/docs/examples/users/update-email-verification.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/update-email.md b/docs/examples/users/update-email.md
index a73100c..fb8e231 100644
--- a/docs/examples/users/update-email.md
+++ b/docs/examples/users/update-email.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/update-labels.md b/docs/examples/users/update-labels.md
index 9651830..87e1b66 100644
--- a/docs/examples/users/update-labels.md
+++ b/docs/examples/users/update-labels.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/update-mfa-recovery-codes.md b/docs/examples/users/update-mfa-recovery-codes.md
index d09ccd7..aec96fa 100644
--- a/docs/examples/users/update-mfa-recovery-codes.md
+++ b/docs/examples/users/update-mfa-recovery-codes.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/update-mfa.md b/docs/examples/users/update-mfa.md
index 5ab48c5..83a3e37 100644
--- a/docs/examples/users/update-mfa.md
+++ b/docs/examples/users/update-mfa.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/update-name.md b/docs/examples/users/update-name.md
index 96e8afc..33ca175 100644
--- a/docs/examples/users/update-name.md
+++ b/docs/examples/users/update-name.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/update-password.md b/docs/examples/users/update-password.md
index ffcb817..a6226eb 100644
--- a/docs/examples/users/update-password.md
+++ b/docs/examples/users/update-password.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/update-phone-verification.md b/docs/examples/users/update-phone-verification.md
index 8054531..8d26d64 100644
--- a/docs/examples/users/update-phone-verification.md
+++ b/docs/examples/users/update-phone-verification.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/update-phone.md b/docs/examples/users/update-phone.md
index 5828633..eb5f55e 100644
--- a/docs/examples/users/update-phone.md
+++ b/docs/examples/users/update-phone.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/update-prefs.md b/docs/examples/users/update-prefs.md
index 6d0ecad..b96ff17 100644
--- a/docs/examples/users/update-prefs.md
+++ b/docs/examples/users/update-prefs.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/update-status.md b/docs/examples/users/update-status.md
index 7ffbfc2..ef74801 100644
--- a/docs/examples/users/update-status.md
+++ b/docs/examples/users/update-status.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/examples/users/update-target.md b/docs/examples/users/update-target.md
index 5c476db..4d40c83 100644
--- a/docs/examples/users/update-target.md
+++ b/docs/examples/users/update-target.md
@@ -5,8 +5,8 @@ use Appwrite\Services\Users;
 
 $client = (new Client())
     ->setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
-    ->setProject('&lt;YOUR_PROJECT_ID&gt;') // Your project ID
-    ->setKey('&lt;YOUR_API_KEY&gt;'); // Your secret API key
+    ->setProject('5df5acd0d48c2') // Your project ID
+    ->setKey('919c2d18fb5d4...a2ae413da83346ad2'); // Your secret API key
 
 $users = new Users($client);
 
diff --git a/docs/storage.md b/docs/storage.md
index 2f07dbd..5e8d7c9 100644
--- a/docs/storage.md
+++ b/docs/storage.md
@@ -32,7 +32,7 @@ POST https://cloud.appwrite.io/v1/storage/buckets
 | permissions | array | An array of permission strings. By default, no user is granted with any permissions. [Learn more about permissions](https://appwrite.io/docs/permissions). |  |
 | fileSecurity | boolean | Enables configuring permissions for individual file. A user needs one of file or bucket level permissions to access a file. [Learn more about permissions](https://appwrite.io/docs/permissions). |  |
 | enabled | boolean | Is bucket enabled? When set to 'disabled', users cannot access the files in this bucket but Server SDKs with and API key can still access the bucket. No files are lost when this is toggled. | 1 |
-| maximumFileSize | integer | Maximum file size allowed in bytes. Maximum allowed value is 30MB. | [] |
+| maximumFileSize | integer | Maximum file size allowed in bytes. Maximum allowed value is 30MB. | 30000000 |
 | allowedFileExtensions | array | Allowed file extensions. Maximum of 100 extensions are allowed, each 64 characters long. | [] |
 | compression | string | Compression algorithm choosen for compression. Can be one of none,  [gzip](https://en.wikipedia.org/wiki/Gzip), or [zstd](https://en.wikipedia.org/wiki/Zstd), For file size above 20MB compression is skipped even if it's enabled | none |
 | encryption | boolean | Is encryption enabled? For file size above 20MB encryption is skipped even if it's enabled | 1 |
@@ -69,7 +69,7 @@ PUT https://cloud.appwrite.io/v1/storage/buckets/{bucketId}
 | permissions | array | An array of permission strings. By default, the current permissions are inherited. [Learn more about permissions](https://appwrite.io/docs/permissions). |  |
 | fileSecurity | boolean | Enables configuring permissions for individual file. A user needs one of file or bucket level permissions to access a file. [Learn more about permissions](https://appwrite.io/docs/permissions). |  |
 | enabled | boolean | Is bucket enabled? When set to 'disabled', users cannot access the files in this bucket but Server SDKs with and API key can still access the bucket. No files are lost when this is toggled. | 1 |
-| maximumFileSize | integer | Maximum file size allowed in bytes. Maximum allowed value is 30MB. | [] |
+| maximumFileSize | integer | Maximum file size allowed in bytes. Maximum allowed value is 30MB. |  |
 | allowedFileExtensions | array | Allowed file extensions. Maximum of 100 extensions are allowed, each 64 characters long. | [] |
 | compression | string | Compression algorithm choosen for compression. Can be one of none, [gzip](https://en.wikipedia.org/wiki/Gzip), or [zstd](https://en.wikipedia.org/wiki/Zstd), For file size above 20MB compression is skipped even if it's enabled | none |
 | encryption | boolean | Is encryption enabled? For file size above 20MB encryption is skipped even if it's enabled | 1 |
@@ -126,7 +126,7 @@ If you&#039;re creating a new file using one of the Appwrite SDKs, all the chunk
 | --- | --- | --- | --- |
 | bucketId | string | **Required** Storage bucket unique ID. You can create a new storage bucket using the Storage service [server integration](https://appwrite.io/docs/server/storage#createBucket). |  |
 | fileId | string | File ID. Choose a custom ID or generate a random ID with `ID.unique()`. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can't start with a special char. Max length is 36 chars. |  |
-| file | file | Binary file. Appwrite SDKs provide helpers to handle file input. [Learn about file input](https://appwrite.io/docs/products/storage/upload-download#input-file). |  |
+| file | file | Binary file. Appwrite SDKs provide helpers to handle file input. [Learn about file input](https://appwrite.io/docs/storage#file-input). |  |
 | permissions | array | An array of permission strings. By default, only the current user is granted all permissions. [Learn more about permissions](https://appwrite.io/docs/permissions). |  |
 
 ## Get file
diff --git a/src/Appwrite/Enums/Name.php b/src/Appwrite/Enums/Name.php
index 49fad38..2ffc402 100644
--- a/src/Appwrite/Enums/Name.php
+++ b/src/Appwrite/Enums/Name.php
@@ -13,7 +13,7 @@ class Name implements JsonSerializable
     private static Name $V1FUNCTIONS;
     private static Name $V1USAGE;
     private static Name $V1USAGEDUMP;
-    private static Name $V1WEBHOOKS;
+    private static Name $WEBHOOKSV1;
     private static Name $V1CERTIFICATES;
     private static Name $V1BUILDS;
     private static Name $V1MESSAGING;
@@ -85,12 +85,12 @@ public static function V1USAGEDUMP(): Name
         }
         return self::$V1USAGEDUMP;
     }
-    public static function V1WEBHOOKS(): Name
+    public static function WEBHOOKSV1(): Name
     {
-        if (!isset(self::$V1WEBHOOKS)) {
-            self::$V1WEBHOOKS = new Name('v1-webhooks');
+        if (!isset(self::$WEBHOOKSV1)) {
+            self::$WEBHOOKSV1 = new Name('webhooksv1');
         }
-        return self::$V1WEBHOOKS;
+        return self::$WEBHOOKSV1;
     }
     public static function V1CERTIFICATES(): Name
     {
diff --git a/src/Appwrite/Services/Account.php b/src/Appwrite/Services/Account.php
index fa6bf54..7a4f586 100644
--- a/src/Appwrite/Services/Account.php
+++ b/src/Appwrite/Services/Account.php
@@ -321,7 +321,7 @@ public function createMfaAuthenticator(AuthenticatorType $type): array
      *
      * Verify an authenticator app after adding it using the [add
      * authenticator](/docs/references/cloud/client-web/account#createMfaAuthenticator)
-     * method.
+     * method. add 
      *
      * @param AuthenticatorType $type
      * @param string $otp

From af5939376102de033eda87267562ac79c138bed5 Mon Sep 17 00:00:00 2001
From: Jake Barnby <jakeb994@gmail.com>
Date: Wed, 26 Jun 2024 18:23:36 +1200
Subject: [PATCH 4/4] Fix floats

---
 src/Appwrite/Client.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Appwrite/Client.php b/src/Appwrite/Client.php
index 5ab06c6..f88c044 100644
--- a/src/Appwrite/Client.php
+++ b/src/Appwrite/Client.php
@@ -37,11 +37,11 @@ class Client
      */
     protected $headers = [
         'content-type' => '',
-        'user-agent' => 'AppwritePHPSDK/11.0.3 ()',
+        'user-agent' => 'AppwritePHPSDK/11.1.0 ()',
         'x-sdk-name'=> 'PHP',
         'x-sdk-platform'=> 'server',
         'x-sdk-language'=> 'php',
-        'x-sdk-version'=> '11.0.3',
+        'x-sdk-version'=> '11.1.0',
     ];
 
     /**