Browse Source

fix(nocodb): use multipart/form-data to make multer works

pull/5454/head
Wing-Kam Wong 2 years ago
parent
commit
694b6126d8
  1. 15
      packages/nocodb/src/schema/swagger.json

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

@ -10886,20 +10886,7 @@
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"description": "Data Object where the key is column and the value is the data value"
},
"examples": {
"Example 1": {
"value": {
"col1": "foo",
"col2": "bar"
}
}
}
}
"multipart/form-data": {}
},
"description": ""
},

Loading…
Cancel
Save