From e1c0dcb1ac8ff07fa09dc649ee13c12f3b784797 Mon Sep 17 00:00:00 2001 From: Power Trip Date: Sat, 21 Mar 2026 20:58:55 +0400 Subject: [PATCH] Update loginGJAccount.md make udid text accurate and make sID say No in required instead of just blank. --- docs/endpoints/accounts/loginGJAccount.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/endpoints/accounts/loginGJAccount.md b/docs/endpoints/accounts/loginGJAccount.md index 41c9c8c..428d875 100644 --- a/docs/endpoints/accounts/loginGJAccount.md +++ b/docs/endpoints/accounts/loginGJAccount.md @@ -9,11 +9,11 @@ This endpoint is used to log into a players Geometry Dash account. | Parameter | Explanation | Required | | ---------- | ----------------------------------------------------------------------------------------------------- | -------- | -| `udid` | [The user's Universal Unique Identifier](https://en.wikipedia.org/wiki/Universally_unique_identifier) | Yes | +| `udid` | [The user's Universal Device Unique Identifier](https://en.wikipedia.org/wiki/Universally_unique_identifier) | Yes | | `userName` | The username for the account the player is trying to log into | Yes | | `password` | The plaintext password for the account the player is trying to log into | Yes | -| `secret` | [Account Secret](/reference/secrets.md): `Wmfv3899gc9` | Yes | -| `sID` | The player's Steam ID | | +| `secret` | [Account Secret](/reference/secrets.md): `Wmfv3899gc9` | Yes | +| `sID` | The player's Steam ID | No | **Note** the `sID` parameter is only sent to the servers if the player is logging into their account from the steam release of Geometry Dash. From what has been observed, it has not been utilised.