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. 5
      packages/nocodb/src/services/api-docs/swaggerV2/swagger-base.json

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

@ -9,8 +9,7 @@
"url": "http://localhost:8080"
}
],
"paths": {
},
"paths": {},
"components": {
"schemas": {
"Paginated": {
@ -86,7 +85,7 @@
},
"responses": {
"BadRequest": {
"description": "BadReqeust",
"description": "BadRequest",
"content": {
"application/json": {
"schema": {

Loading…
Cancel
Save