Ajoute le tag de mon extension

https://www.youtube.com/watch?v=QwLvrnlfdNo
This commit is contained in:
LeoMoulin 2023-12-11 11:35:40 +01:00
parent 8696857651
commit 83b85fc63c

View File

@ -373,6 +373,7 @@ paths:
summary : Get an array of every register requests summary : Get an array of every register requests
tags : tags :
- RegisterRequests - RegisterRequests
- StudentRegistration
responses : responses :
'200': '200':
description : OK description : OK
@ -389,6 +390,7 @@ paths:
summary : Get all the data composing a register request summary : Get all the data composing a register request
tags : tags :
- RegisterRequests - RegisterRequests
- StudentRegistration
responses : responses :
'200': '200':
description : OK description : OK
@ -411,6 +413,7 @@ paths:
summary: Change the state of a register request summary: Change the state of a register request
tags: tags:
- RegisterRequests - RegisterRequests
- StudentRegistration
security: security:
- bearer: [] - bearer: []
requestBody: requestBody:
@ -433,6 +436,7 @@ paths:
summary: Add a new register request summary: Add a new register request
tags : tags :
- RegisterRequests - RegisterRequests
- StudentRegistration
security: security:
- bearer: [] - bearer: []
requestBody: requestBody:
@ -452,6 +456,7 @@ paths:
summary : Get an array of every reregister requests summary : Get an array of every reregister requests
tags : tags :
- ReregisterRequests - ReregisterRequests
- StudentRegistration
responses : responses :
'200': '200':
description : OK description : OK
@ -465,6 +470,7 @@ paths:
summary: Add a new ReRegister request summary: Add a new ReRegister request
tags : tags :
- ReregisterRequests - ReregisterRequests
- StudentRegistration
security: security:
- bearer: [] - bearer: []
requestBody: requestBody:
@ -491,6 +497,7 @@ paths:
summary : get the data of a single reregistration request summary : get the data of a single reregistration request
tags : tags :
- ReregisterRequests - ReregisterRequests
- StudentRegistration
responses : responses :
'200': '200':
description : OK description : OK
@ -502,6 +509,7 @@ paths:
summary: Change the state of a reregister request summary: Change the state of a reregister request
tags: tags:
- ReregisterRequests - ReregisterRequests
- StudentRegistration
security: security:
- bearer: [] - bearer: []
requestBody: requestBody:
@ -523,6 +531,7 @@ paths:
summary : Get an array of every scholarship requests summary : Get an array of every scholarship requests
tags : tags :
- ScholarshipRequests - ScholarshipRequests
- StudentRegistration
responses : responses :
'200': '200':
description : OK description : OK
@ -536,6 +545,7 @@ paths:
summary: Add a new scholarship request summary: Add a new scholarship request
tags : tags :
- ScholarshipRequests - ScholarshipRequests
- StudentRegistration
security: security:
- bearer: [] - bearer: []
requestBody: requestBody:
@ -562,6 +572,7 @@ paths:
summary : get the data of a single scholarship request summary : get the data of a single scholarship request
tags : tags :
- ScholarshipRequests - ScholarshipRequests
- StudentRegistration
responses : responses :
'200': '200':
description : OK description : OK
@ -573,6 +584,7 @@ paths:
summary: Change the state of a scholarship request summary: Change the state of a scholarship request
tags: tags:
- ScholarshipRequests - ScholarshipRequests
- StudentRegistration
security: security:
- bearer: [] - bearer: []
requestBody: requestBody:
@ -596,6 +608,7 @@ paths:
summary : Get an array of every unregister requests summary : Get an array of every unregister requests
tags : tags :
- UnregisterRequests - UnregisterRequests
- StudentRegistration
responses : responses :
'200': '200':
description : OK description : OK
@ -609,6 +622,7 @@ paths:
summary: Add a new unregister request summary: Add a new unregister request
tags : tags :
- UnregisterRequests - UnregisterRequests
- StudentRegistration
security: security:
- bearer: [] - bearer: []
requestBody: requestBody:
@ -635,6 +649,7 @@ paths:
summary : get the data of a single unregistration request summary : get the data of a single unregistration request
tags : tags :
- UnregisterRequests - UnregisterRequests
- StudentRegistration
responses : responses :
'200': '200':
description : OK description : OK
@ -646,6 +661,7 @@ paths:
summary: Change the state of a unregister request summary: Change the state of a unregister request
tags: tags:
- UnregisterRequests - UnregisterRequests
- StudentRegistration
security: security:
- bearer: [] - bearer: []
requestBody: requestBody:
@ -668,6 +684,7 @@ paths:
summary : Get an array of every exemptions requests summary : Get an array of every exemptions requests
tags : tags :
- ExemptionRequests - ExemptionRequests
- StudentRegistration
responses : responses :
'200': '200':
description : OK description : OK
@ -682,6 +699,7 @@ paths:
summary: Add a new exemption request summary: Add a new exemption request
tags : tags :
- ExemptionRequests - ExemptionRequests
- StudentRegistration
security: security:
- bearer: [] - bearer: []
requestBody: requestBody:
@ -709,6 +727,7 @@ paths:
summary : get the data of a single exemption request summary : get the data of a single exemption request
tags : tags :
- ExemptionRequests - ExemptionRequests
- StudentRegistration
responses : responses :
'200': '200':
description : OK description : OK
@ -720,6 +739,7 @@ paths:
summary: Change the state of a exemption request summary: Change the state of a exemption request
tags: tags:
- ExemptionRequests - ExemptionRequests
- StudentRegistration
security: security:
- bearer: [] - bearer: []
requestBody: requestBody: