From 83b85fc63cb8669e6bd117c5fc016bba67f3fa4d Mon Sep 17 00:00:00 2001 From: LeoMoulin Date: Mon, 11 Dec 2023 11:35:40 +0100 Subject: [PATCH] Ajoute le tag de mon extension https://www.youtube.com/watch?v=QwLvrnlfdNo --- Documents/proto/general/openapi.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Documents/proto/general/openapi.yaml b/Documents/proto/general/openapi.yaml index 0f2c814..7d785bf 100644 --- a/Documents/proto/general/openapi.yaml +++ b/Documents/proto/general/openapi.yaml @@ -373,6 +373,7 @@ paths: summary : Get an array of every register requests tags : - RegisterRequests + - StudentRegistration responses : '200': description : OK @@ -389,6 +390,7 @@ paths: summary : Get all the data composing a register request tags : - RegisterRequests + - StudentRegistration responses : '200': description : OK @@ -411,6 +413,7 @@ paths: summary: Change the state of a register request tags: - RegisterRequests + - StudentRegistration security: - bearer: [] requestBody: @@ -433,6 +436,7 @@ paths: summary: Add a new register request tags : - RegisterRequests + - StudentRegistration security: - bearer: [] requestBody: @@ -452,6 +456,7 @@ paths: summary : Get an array of every reregister requests tags : - ReregisterRequests + - StudentRegistration responses : '200': description : OK @@ -465,6 +470,7 @@ paths: summary: Add a new ReRegister request tags : - ReregisterRequests + - StudentRegistration security: - bearer: [] requestBody: @@ -491,6 +497,7 @@ paths: summary : get the data of a single reregistration request tags : - ReregisterRequests + - StudentRegistration responses : '200': description : OK @@ -502,6 +509,7 @@ paths: summary: Change the state of a reregister request tags: - ReregisterRequests + - StudentRegistration security: - bearer: [] requestBody: @@ -523,6 +531,7 @@ paths: summary : Get an array of every scholarship requests tags : - ScholarshipRequests + - StudentRegistration responses : '200': description : OK @@ -536,6 +545,7 @@ paths: summary: Add a new scholarship request tags : - ScholarshipRequests + - StudentRegistration security: - bearer: [] requestBody: @@ -562,6 +572,7 @@ paths: summary : get the data of a single scholarship request tags : - ScholarshipRequests + - StudentRegistration responses : '200': description : OK @@ -573,6 +584,7 @@ paths: summary: Change the state of a scholarship request tags: - ScholarshipRequests + - StudentRegistration security: - bearer: [] requestBody: @@ -596,6 +608,7 @@ paths: summary : Get an array of every unregister requests tags : - UnregisterRequests + - StudentRegistration responses : '200': description : OK @@ -609,6 +622,7 @@ paths: summary: Add a new unregister request tags : - UnregisterRequests + - StudentRegistration security: - bearer: [] requestBody: @@ -635,6 +649,7 @@ paths: summary : get the data of a single unregistration request tags : - UnregisterRequests + - StudentRegistration responses : '200': description : OK @@ -646,6 +661,7 @@ paths: summary: Change the state of a unregister request tags: - UnregisterRequests + - StudentRegistration security: - bearer: [] requestBody: @@ -668,6 +684,7 @@ paths: summary : Get an array of every exemptions requests tags : - ExemptionRequests + - StudentRegistration responses : '200': description : OK @@ -682,6 +699,7 @@ paths: summary: Add a new exemption request tags : - ExemptionRequests + - StudentRegistration security: - bearer: [] requestBody: @@ -709,6 +727,7 @@ paths: summary : get the data of a single exemption request tags : - ExemptionRequests + - StudentRegistration responses : '200': description : OK @@ -720,6 +739,7 @@ paths: summary: Change the state of a exemption request tags: - ExemptionRequests + - StudentRegistration security: - bearer: [] requestBody: