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:
Leonid Nikitin 2023-12-03 00:57:33 +06:00
parent 9221e089dd
commit 2a7aaed0db
Signed by: kor-elf
GPG Key ID: 604A019EB118CAC4

View File

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