Browse Source

fix: Correct typo in swagger response definition (#7849)

Change "BadReqeust" to "BadRequest"

closes #7848
pull/7672/head
iron3oxide 7 months ago committed by GitHub
parent
commit
417f17a113
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      packages/nocodb/src/services/api-docs/swaggerV2/swagger-base.json

7
packages/nocodb/src/services/api-docs/swaggerV2/swagger-base.json

@ -9,8 +9,7 @@
"url": "http://localhost:8080" "url": "http://localhost:8080"
} }
], ],
"paths": { "paths": {},
},
"components": { "components": {
"schemas": { "schemas": {
"Paginated": { "Paginated": {
@ -86,7 +85,7 @@
}, },
"responses": { "responses": {
"BadRequest": { "BadRequest": {
"description": "BadReqeust", "description": "BadRequest",
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
@ -125,4 +124,4 @@
"xcToken": [] "xcToken": []
} }
] ]
} }
Loading…
Cancel
Save