From 888eb48914625c57449ad9b36026a24bac820892 Mon Sep 17 00:00:00 2001 From: Power Trip Date: Sat, 21 Mar 2026 21:18:13 +0400 Subject: [PATCH] Update backupGJAccountNew.md Change password to GJP2 and username to Account ID to match 2.2 geometry dash --- docs/endpoints/accounts/backupGJAccountNew.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/endpoints/accounts/backupGJAccountNew.md b/docs/endpoints/accounts/backupGJAccountNew.md index ff5cd41..03583c1 100644 --- a/docs/endpoints/accounts/backupGJAccountNew.md +++ b/docs/endpoints/accounts/backupGJAccountNew.md @@ -12,8 +12,8 @@ Saves account data | Parameter | Explanation | Required | | --------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | -------- | -| `accountID` | The username of the account to be added | Yes | -| `gjp2` | The password of the account to be added | Yes | +| `accountID` | Account ID of the account to be added | Yes | +| `gjp2` | The [GJP2](/topics/gjp#generating-gjp2) of the account to be added | Yes | | `gameVersion` | 22 | Yes | | `binaryVersion` | 42 | Yes | | `saveData` | The save data for CCGameManager.dat compressed with gzip, then a semicolon `;` and the save data for CCLocalLevels.dat compressed with gzip. | Yes |