Browse Source

fix(nocodb): remove custom_url_path property from view type

Ramesh Mane 4 days ago
parent
commit
d0b09657c3
  1. 4
      packages/nocodb/src/schema/swagger-v2.json
  2. 4
      packages/nocodb/src/schema/swagger.json

4
packages/nocodb/src/schema/swagger-v2.json

@ -21218,10 +21218,6 @@
"fk_custom_url_id": { "fk_custom_url_id": {
"$ref": "#/components/schemas/StringOrNull", "$ref": "#/components/schemas/StringOrNull",
"description": "Custom url id of view" "description": "Custom url id of view"
},
"custom_url_path": {
"$ref": "#/components/schemas/StringOrNull",
"description": "Custom url path"
} }
}, },
"required": [ "required": [

4
packages/nocodb/src/schema/swagger.json

@ -26368,10 +26368,6 @@
"fk_custom_url_id": { "fk_custom_url_id": {
"$ref": "#/components/schemas/StringOrNull", "$ref": "#/components/schemas/StringOrNull",
"description": "Custom url id of view" "description": "Custom url id of view"
},
"custom_url_path": {
"$ref": "#/components/schemas/StringOrNull",
"description": "Custom url path"
} }
}, },
"required": ["fk_model_id", "show", "title", "type"], "required": ["fk_model_id", "show", "title", "type"],

Loading…
Cancel
Save