From d0b09657c30b7443a0155c5d3d612e9c829a2b4d Mon Sep 17 00:00:00 2001 From: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com> Date: Tue, 26 Nov 2024 05:46:54 +0000 Subject: [PATCH] fix(nocodb): remove custom_url_path property from view type --- packages/nocodb/src/schema/swagger-v2.json | 4 ---- packages/nocodb/src/schema/swagger.json | 4 ---- 2 files changed, 8 deletions(-) diff --git a/packages/nocodb/src/schema/swagger-v2.json b/packages/nocodb/src/schema/swagger-v2.json index 6db88eb21c..3ac76cd6f9 100644 --- a/packages/nocodb/src/schema/swagger-v2.json +++ b/packages/nocodb/src/schema/swagger-v2.json @@ -21218,10 +21218,6 @@ "fk_custom_url_id": { "$ref": "#/components/schemas/StringOrNull", "description": "Custom url id of view" - }, - "custom_url_path": { - "$ref": "#/components/schemas/StringOrNull", - "description": "Custom url path" } }, "required": [ diff --git a/packages/nocodb/src/schema/swagger.json b/packages/nocodb/src/schema/swagger.json index af9db3e6c7..8e49363a44 100644 --- a/packages/nocodb/src/schema/swagger.json +++ b/packages/nocodb/src/schema/swagger.json @@ -26368,10 +26368,6 @@ "fk_custom_url_id": { "$ref": "#/components/schemas/StringOrNull", "description": "Custom url id of view" - }, - "custom_url_path": { - "$ref": "#/components/schemas/StringOrNull", - "description": "Custom url path" } }, "required": ["fk_model_id", "show", "title", "type"],