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:
parent
9221e089dd
commit
2a7aaed0db
@ -250,7 +250,7 @@
|
|||||||
"GetCaptchaKeyInfo": {
|
"GetCaptchaKeyInfo": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"user_ageng": {
|
"user_agent": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user