From 9900a962072ab14d17f1c3b730d814b649ba1e1f Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Tue, 9 Jan 2024 12:43:38 +0000 Subject: [PATCH] docs: update create session name --- .../account/{create-token-session.md => create-session.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/references/account/{create-token-session.md => create-session.md} (80%) diff --git a/docs/references/account/create-token-session.md b/docs/references/account/create-session.md similarity index 80% rename from docs/references/account/create-token-session.md rename to docs/references/account/create-session.md index 319cd651ae..d469ee1bee 100644 --- a/docs/references/account/create-token-session.md +++ b/docs/references/account/create-session.md @@ -1 +1 @@ -Use this endpoint to complete creating the session with a custom session token. Both the **userId** and **secret** arguments will be returned in the response body when sending your request to the [POST /users/:userId/sessions](https://appwrite.io/docs/references/cloud/server-nodejs/users#createCustomSession) endpoint. +Use this endpoint to complete creating the session with a custom session token. Both the **userId** and **secret** arguments will be returned in the response body when sending your request to the [POST /users/:userId/sessions](https://appwrite.io/docs/references/cloud/server-nodejs/users#createToken) endpoint.