Browse Source

fix(api): swagger - remove request body from bulk delete by filter

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/4044/head
Pranav C 2 years ago
parent
commit
985b184ede
  1. 7
      packages/nocodb/src/lib/meta/api/swagger/helpers/templates/paths.ts

7
packages/nocodb/src/lib/meta/api/swagger/helpers/templates/paths.ts

@ -349,13 +349,6 @@ export const getModelPaths = async (ctx: {
},
},
tags: [ctx.tableName],
requestBody: {
content: {
'application/json': {
schema: {},
},
},
},
},
},

Loading…
Cancel
Save