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',