Browse Source

refactor(nocodb): remove unused model in swagger.json

pull/5222/head
Wing-Kam Wong 2 years ago
parent
commit
dcc8a9f361
  1. 24
      packages/nocodb/src/schema/swagger.json

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

@ -12968,30 +12968,6 @@
},
"title": "Visibility Rule Request Model",
"type": "array"
},
"Webhook": {
"description": "Model for Webhook",
"examples": [
{
"id": "string",
"title": "string",
"type": "string"
}
],
"properties": {
"id": {
"$ref": "#/components/schemas/Id",
"description": "Unique ID"
},
"title": {
"type": "string"
},
"type": {
"type": "string"
}
},
"title": "Webhook Model",
"type": "object"
}
},
"responses": {

Loading…
Cancel
Save