From 0e7365e118b7753de7eded64c73dc28d448c5431 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Mon, 6 Mar 2023 12:52:28 +0800 Subject: [PATCH] refactor(nocodb): sort tags by groups --- packages/nocodb/src/schema/swagger.json | 45 +++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/packages/nocodb/src/schema/swagger.json b/packages/nocodb/src/schema/swagger.json index 3d42c0caca..146989239e 100644 --- a/packages/nocodb/src/schema/swagger.json +++ b/packages/nocodb/src/schema/swagger.json @@ -5,6 +5,51 @@ "version": "1.0", "description": "NocoDB API Documentation" }, + "x-tagGroups": [ + { + "name": "Auth APIs", + "tags": ["Auth", "API Token"] + }, + { + "name": "Public APIs", + "tags": ["Public"] + }, + { + "name": "Data APIs", + "tags": [ + "DB Table Row", + "DB View Row", + "Storage" + ] + }, + { + "name": "Meta APIs", + "tags": [ + "Base", + "DB Table", + "DB Table Column", + "DB Table Filter", + "DB Table Sort", + "DB Table Webhook", + "DB Table Webhook Filter", + "DB View", + "DB View Column", + "DB View Share", + "Plugin", + "Project", + "Utils" + ] + }, + { + "name": "Organisation APIs", + "tags": [ + "Org App Settings", + "Org License", + "Org Tokens", + "Org Users" + ] + } + ], "servers": [ { "url": "http://localhost:8080"