From 8b038c8f093d2d51a76b61c57a3f3d6af17b290b Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:31:47 +0530 Subject: [PATCH] fix: replace body with merged config while validation connection - source create (#9152) Co-authored-by: Pranav C --- packages/nocodb/src/schema/swagger-v2.json | 3 +++ packages/nocodb/src/schema/swagger.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/packages/nocodb/src/schema/swagger-v2.json b/packages/nocodb/src/schema/swagger-v2.json index 4edc94998d..5792f67baa 100644 --- a/packages/nocodb/src/schema/swagger-v2.json +++ b/packages/nocodb/src/schema/swagger-v2.json @@ -12765,6 +12765,9 @@ "databricks" ], "type": "string" + }, + "fk_integration_id": { + "type": "string" } }, "title": "Source Request", diff --git a/packages/nocodb/src/schema/swagger.json b/packages/nocodb/src/schema/swagger.json index 0938ab290a..2bf1c7ae54 100644 --- a/packages/nocodb/src/schema/swagger.json +++ b/packages/nocodb/src/schema/swagger.json @@ -19482,6 +19482,9 @@ "databricks" ], "type": "string" + }, + "fk_integration_id": { + "type": "string" } }, "title": "Source Request",