salutcesmoileo #4
@ -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
|
||||
tonitch marked this conversation as resolved
Outdated
|
||||
responses :
|
||||
'200':
|
||||
description : OK
|
||||
@ -411,6 +413,7 @@ paths:
|
||||
summary: Change the state of a register request
|
||||
tonitch
commented
tu peux ajouter la ligne tu peux ajouter la ligne
`enum: blop1, blop2, blop3, ...`
en dessous et au même niveau que type pour spécifier les différent paramètres disponible.
|
||||
tags:
|
||||
- RegisterRequests
|
||||
tonitch
commented
si tu appliques les précédents commentaire tu as soit le choix de laisser le post dans si tu appliques les précédents commentaire tu as soit le choix de laisser le post dans `/Requests/{type}` soit de le mettre avec `/Requests` et dans ce cas il suffit de mettre le type en paramètre dans `requestBody` ou dans `query` (je pense que requestBody serait mieux dans le cas présent)
|
||||
- StudentRegistration
|
||||
tonitch marked this conversation as resolved
Outdated
Maxime
commented
PAS studentRegistrattion PAS studentRegistrattion
|
||||
security:
|
||||
- bearer: []
|
||||
requestBody:
|
||||
@ -433,6 +436,7 @@ paths:
|
||||
summary: Add a new register request
|
||||
tags :
|
||||
- RegisterRequests
|
||||
- StudentRegistration
|
||||
security:
|
||||
- bearer: []
|
||||
tonitch marked this conversation as resolved
tonitch
commented
Il manque un / Il manque un /
`/Requests/{type}/{id}`
|
||||
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
|
||||
Maxime
commented
peut-être rajouter user dans les tags ? peut-être rajouter user dans les tags ?
LeoMoulin
commented
les tags sont fixs ! les tags sont fixs !
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user
PAS BIEN VAIS TE FRAPPER AVEC MA GROSSSE BATTE