Browse Source

fix(nocodb): remove x-stoplight from AttachmentRes schema swagger file

pull/7768/head
Ramesh Mane 6 months ago
parent
commit
ca7268ee30
  1. 5
      packages/nocodb/src/schema/swagger-v2.json
  2. 5
      packages/nocodb/src/schema/swagger.json

5
packages/nocodb/src/schema/swagger-v2.json

@ -11567,10 +11567,7 @@
"type": "null"
}
],
"title": "Attachment Response Model",
"x-stoplight": {
"id": ""
}
"title": "Attachment Response Model"
},
"Audit": {
"description": "Model for Audit",

5
packages/nocodb/src/schema/swagger.json

@ -17163,10 +17163,7 @@
"type": "null"
}
],
"title": "Attachment Response Model",
"x-stoplight": {
"id": ""
}
"title": "Attachment Response Model"
},
"FileReq": {
"description": "Model for File Request",

Loading…
Cancel
Save