TRAVAIL TERMINE !
This commit is contained in:
parent
83b85fc63c
commit
bab117a421
@ -373,7 +373,7 @@ paths:
|
||||
summary : Get an array of every register requests
|
||||
tags :
|
||||
- RegisterRequests
|
||||
- StudentRegistration
|
||||
- Ext (Student Registration)
|
||||
responses :
|
||||
'200':
|
||||
description : OK
|
||||
@ -390,7 +390,7 @@ paths:
|
||||
summary : Get all the data composing a register request
|
||||
tags :
|
||||
- RegisterRequests
|
||||
- StudentRegistration
|
||||
- Ext (Student Registration)
|
||||
responses :
|
||||
'200':
|
||||
description : OK
|
||||
@ -413,7 +413,7 @@ paths:
|
||||
summary: Change the state of a register request
|
||||
tags:
|
||||
- RegisterRequests
|
||||
- StudentRegistration
|
||||
- Ext (Student Registration)
|
||||
security:
|
||||
- bearer: []
|
||||
requestBody:
|
||||
@ -436,7 +436,7 @@ paths:
|
||||
summary: Add a new register request
|
||||
tags :
|
||||
- RegisterRequests
|
||||
- StudentRegistration
|
||||
- Ext (Student Registration)
|
||||
security:
|
||||
- bearer: []
|
||||
requestBody:
|
||||
@ -456,7 +456,7 @@ paths:
|
||||
summary : Get an array of every reregister requests
|
||||
tags :
|
||||
- ReregisterRequests
|
||||
- StudentRegistration
|
||||
- Ext (Student Registration)
|
||||
responses :
|
||||
'200':
|
||||
description : OK
|
||||
@ -470,7 +470,7 @@ paths:
|
||||
summary: Add a new ReRegister request
|
||||
tags :
|
||||
- ReregisterRequests
|
||||
- StudentRegistration
|
||||
- Ext (Student Registration)
|
||||
security:
|
||||
- bearer: []
|
||||
requestBody:
|
||||
@ -497,7 +497,7 @@ paths:
|
||||
summary : get the data of a single reregistration request
|
||||
tags :
|
||||
- ReregisterRequests
|
||||
- StudentRegistration
|
||||
- Ext (Student Registration)
|
||||
responses :
|
||||
'200':
|
||||
description : OK
|
||||
@ -509,7 +509,7 @@ paths:
|
||||
summary: Change the state of a reregister request
|
||||
tags:
|
||||
- ReregisterRequests
|
||||
- StudentRegistration
|
||||
- Ext (Student Registration)
|
||||
security:
|
||||
- bearer: []
|
||||
requestBody:
|
||||
@ -531,7 +531,7 @@ paths:
|
||||
summary : Get an array of every scholarship requests
|
||||
tags :
|
||||
- ScholarshipRequests
|
||||
- StudentRegistration
|
||||
- Ext (Student Registration)
|
||||
responses :
|
||||
'200':
|
||||
description : OK
|
||||
@ -545,7 +545,7 @@ paths:
|
||||
summary: Add a new scholarship request
|
||||
tags :
|
||||
- ScholarshipRequests
|
||||
- StudentRegistration
|
||||
- Ext (Student Registration)
|
||||
security:
|
||||
- bearer: []
|
||||
requestBody:
|
||||
@ -572,7 +572,7 @@ paths:
|
||||
summary : get the data of a single scholarship request
|
||||
tags :
|
||||
- ScholarshipRequests
|
||||
- StudentRegistration
|
||||
- Ext (Student Registration)
|
||||
responses :
|
||||
'200':
|
||||
description : OK
|
||||
@ -584,7 +584,7 @@ paths:
|
||||
summary: Change the state of a scholarship request
|
||||
tags:
|
||||
- ScholarshipRequests
|
||||
- StudentRegistration
|
||||
- Ext (Student Registration)
|
||||
security:
|
||||
- bearer: []
|
||||
requestBody:
|
||||
@ -608,7 +608,7 @@ paths:
|
||||
summary : Get an array of every unregister requests
|
||||
tags :
|
||||
- UnregisterRequests
|
||||
- StudentRegistration
|
||||
- Ext (Student Registration)
|
||||
responses :
|
||||
'200':
|
||||
description : OK
|
||||
@ -622,7 +622,7 @@ paths:
|
||||
summary: Add a new unregister request
|
||||
tags :
|
||||
- UnregisterRequests
|
||||
- StudentRegistration
|
||||
- Ext (Student Registration)
|
||||
security:
|
||||
- bearer: []
|
||||
requestBody:
|
||||
@ -649,7 +649,7 @@ paths:
|
||||
summary : get the data of a single unregistration request
|
||||
tags :
|
||||
- UnregisterRequests
|
||||
- StudentRegistration
|
||||
- Ext (Student Registration)
|
||||
responses :
|
||||
'200':
|
||||
description : OK
|
||||
@ -661,7 +661,7 @@ paths:
|
||||
summary: Change the state of a unregister request
|
||||
tags:
|
||||
- UnregisterRequests
|
||||
- StudentRegistration
|
||||
- Ext (Student Registration)
|
||||
security:
|
||||
- bearer: []
|
||||
requestBody:
|
||||
@ -684,7 +684,7 @@ paths:
|
||||
summary : Get an array of every exemptions requests
|
||||
tags :
|
||||
- ExemptionRequests
|
||||
- StudentRegistration
|
||||
- Ext (Student Registration)
|
||||
responses :
|
||||
'200':
|
||||
description : OK
|
||||
@ -699,7 +699,7 @@ paths:
|
||||
summary: Add a new exemption request
|
||||
tags :
|
||||
- ExemptionRequests
|
||||
- StudentRegistration
|
||||
- Ext (Student Registration)
|
||||
security:
|
||||
- bearer: []
|
||||
requestBody:
|
||||
@ -727,7 +727,7 @@ paths:
|
||||
summary : get the data of a single exemption request
|
||||
tags :
|
||||
- ExemptionRequests
|
||||
- StudentRegistration
|
||||
- Ext (Student Registration)
|
||||
responses :
|
||||
'200':
|
||||
description : OK
|
||||
@ -739,7 +739,7 @@ paths:
|
||||
summary: Change the state of a exemption request
|
||||
tags:
|
||||
- ExemptionRequests
|
||||
- StudentRegistration
|
||||
- Ext (Student Registration)
|
||||
security:
|
||||
- bearer: []
|
||||
requestBody:
|
||||
|
Loading…
Reference in New Issue
Block a user