From f0f60de12f3f5192d913ca350739ea67e346db89 Mon Sep 17 00:00:00 2001 From: Debucquoy Anthony Date: Thu, 14 Dec 2023 13:56:04 +0100 Subject: [PATCH] Ordering Tags (#15) Fix-issue: #10 Ce pr permet de trier les tags dans un ordre voulu ainsi que de mettre une description aux tags. Co-authored-by: Anthony Debucquoy Reviewed-on: https://git.herisson.ovh/PGL/Clyde/pulls/15 Reviewed-by: Wal Reviewed-by: Maxime <231026@umons.ac.be> --- 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: