From dcc8a9f361f3871d526526a08f68ffce9c1cacac Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Fri, 3 Mar 2023 23:43:33 +0800 Subject: [PATCH] refactor(nocodb): remove unused model in swagger.json --- packages/nocodb/src/schema/swagger.json | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/packages/nocodb/src/schema/swagger.json b/packages/nocodb/src/schema/swagger.json index 6e9793a2ce..1311718842 100644 --- a/packages/nocodb/src/schema/swagger.json +++ b/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": {