From 558653e635b14d346fe3e8e83a5898ea4a9fd65c Mon Sep 17 00:00:00 2001 From: Pranav C Date: Thu, 13 Oct 2022 11:48:50 +0530 Subject: [PATCH] fix(api): remove wrapped property from swagger api response - it's only required for sdk generation Signed-off-by: Pranav C --- .../nocodb/src/lib/meta/api/swagger/helpers/templates/paths.ts | 2 -- 1 file changed, 2 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 300137b6e5..3760467efb 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 @@ -464,7 +464,6 @@ export const getModelPaths = async (ctx: { description: 'Export all the records from a table.Currently we are only supports `csv` export.', tags: [ctx.tableName], - wrapped: true, responses: { '200': { description: 'OK', @@ -645,7 +644,6 @@ export const getViewPaths = async (ctx: { description: 'Export all the records from a table view. Currently we are only supports `csv` export.', tags: [`${ctx.viewName} ( ${ctx.tableName} grid )`], - wrapped: true, responses: { '200': { description: 'OK',