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"],