From 985b184eded1ac630f334338dda8d795fb195ef3 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Thu, 13 Oct 2022 12:12:16 +0530 Subject: [PATCH] fix(api): swagger - remove request body from bulk delete by filter Signed-off-by: Pranav C --- .../src/lib/meta/api/swagger/helpers/templates/paths.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/nocodb/src/lib/meta/api/swagger/helpers/templates/paths.ts b/packages/nocodb/src/lib/meta/api/swagger/helpers/templates/paths.ts index 2b0c4d49ce..7c68edf73e 100644 --- a/packages/nocodb/src/lib/meta/api/swagger/helpers/templates/paths.ts +++ b/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: {}, - }, - }, - }, }, },