From 807b8008f515243678630323896f95e21ea2b1a9 Mon Sep 17 00:00:00 2001 From: Anthony Debucquoy Date: Wed, 13 Dec 2023 23:28:20 +0100 Subject: [PATCH] Ordering Tags Fix-issue: #10 --- Documents/proto/general/openapi.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Documents/proto/general/openapi.yaml b/Documents/proto/general/openapi.yaml index 4b8df80..7a4cf3a 100644 --- a/Documents/proto/general/openapi.yaml +++ b/Documents/proto/general/openapi.yaml @@ -10,6 +10,15 @@ servers: - url: https://clyde.herisson.ovh/api description: default api point for clyde's service +tags: + - name: default + - name: General + description: General endpoints + - name: Ext (scientific articles) + description: Scientifics articles extension's endpoints + - name: Ext (Schedule) + description: Schedule extension's endpoints + paths: /ping: get: -- 2.46.0