Browse Source

fix(nocodb): remove custom_url_path property from view type

nc-feat/custom-url-support-for-shared-base-view
Ramesh Mane 15 hours ago
parent
commit
a91f310241
  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": {
"$ref": "#/components/schemas/StringOrNull",
"description": "Custom url id of view"
},
"custom_url_path": {
"$ref": "#/components/schemas/StringOrNull",
"description": "Custom url path"
}
},
"required": [

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

Loading…
Cancel
Save