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.
This commit is contained in:
2023-12-03 00:57:33 +06:00
parent 9221e089dd
commit 2a7aaed0db

View File

@@ -250,7 +250,7 @@
"GetCaptchaKeyInfo": {
"type": "object",
"properties": {
"user_ageng": {
"user_agent": {
"type": "string"
}
}