From f0b2c31a066dc04e27655f25f6109c9fecbe3a7d Mon Sep 17 00:00:00 2001
From: Anthony Debucquoy <debucquoy.anthony@gmail.com>
Date: Sun, 10 Dec 2023 21:26:51 +0100
Subject: [PATCH] Adding all endpoint to "general" tag

---
 Documents/proto/general/openapi.yaml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/Documents/proto/general/openapi.yaml b/Documents/proto/general/openapi.yaml
index adfc66c..5054813 100644
--- a/Documents/proto/general/openapi.yaml
+++ b/Documents/proto/general/openapi.yaml
@@ -26,6 +26,7 @@ paths:
     get:
       summary: list all users 
       tags:
+        - General
         - SI
       security:
         - bearer: []
@@ -52,6 +53,7 @@ paths:
     get:
       summary: get informations about yourself 
       tags:
+        - General
         - Users
       security:
         - bearer: []
@@ -67,6 +69,7 @@ paths:
     post:
       summary: Create user
       tags:
+        - General
         - Users
       requestBody:
         required: true
@@ -104,6 +107,7 @@ paths:
     patch:
       summary: Change informations about yourself 
       tags:
+        - General
         - Users
       security:
         - bearer: []
@@ -129,6 +133,7 @@ paths:
     get:
       summary: Get user's informations 
       tags:
+        - General
         - Admin
       responses:
         '200':
@@ -140,6 +145,7 @@ paths:
     patch:
       summary: Alter user's informations 
       tags:
+        - General
         - Admin
       security:
         - bearer: []
@@ -158,6 +164,7 @@ paths:
     post:
       summary: Create new course 
       tags:
+        - General
         - Courses
         - Secretariat
       security: 
@@ -184,6 +191,7 @@ paths:
     get:
       summary: see courses informations 
       tags:
+        - General
         - Courses
       responses:
         '200':
@@ -201,6 +209,7 @@ paths:
     delete:
       summary: delete a course 
       tags:
+        - General
         - Courses
         - Secretariat
       security: 
@@ -213,6 +222,7 @@ paths:
     patch:
       summary: Change course options 
       tags:
+        - General
         - Secretariat
         - Courses
       security:
@@ -255,6 +265,7 @@ paths:
     post:
       summary: Create a cursus
       tags:
+        - General
         - cursus
       security: 
         - bearer: []
@@ -286,6 +297,7 @@ paths:
     get:
       summary: See Cursus's informations 
       tags:
+        - General
         - cursus
       responses:
         '200':
@@ -303,6 +315,7 @@ paths:
     delete:
       summary: Delete cursus
       tags:
+        - General
         - cursus
       security: 
         - bearer: []
@@ -314,6 +327,7 @@ paths:
     patch:
       summary: Modify cursus 
       tags:
+        - General
         - cursus
       security:
         - bearer: []