diff --git a/docs/references/users/create-token.md b/docs/references/users/create-token.md index 1ab34a3d74..c91f9dd3de 100644 --- a/docs/references/users/create-token.md +++ b/docs/references/users/create-token.md @@ -1 +1 @@ -Returns a token with a secret key for creating a session. If the provided user ID has not be registered, a new user will be created. Use the returned user ID and secret and submit a request to the [PUT /account/sessions/custom](https://appwrite.io/docs/references/cloud/client-web/account#updateCustomSession) endpoint to complete the login process. \ No newline at end of file +Returns a token with a secret key for creating a session. Use the user ID and secret and submit a request to the [PUT /account/sessions/token](https://appwrite.io/docs/references/cloud/client-web/account#createSession) endpoint to complete the login process.