From 2a7aaed0dbc62e25f30719495d15aa782b16da6c Mon Sep 17 00:00:00 2001 From: Leonid Nikitin Date: Sun, 3 Dec 2023 00:57:33 +0600 Subject: [PATCH] Correct typo in swagger.json Fixed a typo in the 'user_agent' variable of the 'GetCaptchaKeyInfo' object in swagger.json. This was important to rectify in order to achieve accuracy and prevent potential errors during API documentation generation. --- public/swagger.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/swagger.json b/public/swagger.json index 0c6f504..29e16a0 100644 --- a/public/swagger.json +++ b/public/swagger.json @@ -250,7 +250,7 @@ "GetCaptchaKeyInfo": { "type": "object", "properties": { - "user_ageng": { + "user_agent": { "type": "string" } }