salutcesmoileo #4

Merged
tonitch merged 10 commits from salutcesmoileo into master 2023-12-14 14:37:27 +01:00
Showing only changes of commit 83b85fc63c - Show all commits

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: []
tonitch marked this conversation as resolved
Review

Il manque un /
/Requests/{type}/{id}

Il manque un / `/Requests/{type}/{id}`
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: