From 83b8f2c552fc3051295a2dc45c25b2b9f7e1ccf6 Mon Sep 17 00:00:00 2001 From: Power Trip Date: Sun, 22 Mar 2026 18:00:34 +0400 Subject: [PATCH] Update deleteGJAccComment20.md add missing "required" fields --- docs/endpoints/comments/deleteGJAccComment20.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/endpoints/comments/deleteGJAccComment20.md b/docs/endpoints/comments/deleteGJAccComment20.md index f575f1b..da97899 100644 --- a/docs/endpoints/comments/deleteGJAccComment20.md +++ b/docs/endpoints/comments/deleteGJAccComment20.md @@ -1,6 +1,6 @@ # deleteGJAccComment20.php - +Deletes an account comment. ## Parameters @@ -9,10 +9,10 @@ | `accountID` | Account ID of the user deleting the comment | Yes | | `gjp2` | The [GJP2](/topics/gjp#generating-gjp2) of the user deleting the comment | Yes | | `commentID` | The ID of the comment being deleted (Returned by [uploadGJAccComment20](/endpoints/comments/uploadGJAccComment20.md)) | Yes | -| `secret` | [Common Secret](/reference/secrets.md): `Wmfd2893gb7` | Yes | -| `gameVersion` | 21 | | -| `binaryVersion` | 35 | | -| `gdw` | 0 | | +| `secret` | [Common Secret](/reference/secrets.md): `Wmfd2893gb7` | Yes | +| `gameVersion` | 21 | No | +| `binaryVersion` | 35 | No | +| `gdw` | 0 | No | ## Response @@ -45,4 +45,4 @@ print(req.text) 1 ``` - \ No newline at end of file +