Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/endpoints/accounts/backupGJAccountNew.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down