MAJ des urls pour les parties demandeDelegation et participationsFormation en fonction des spécifications techniques
parent
49d322d647
commit
2920133ca8
@ -1,21 +0,0 @@ |
|||||||
get: |
|
||||||
tags: |
|
||||||
- participationsFormations |
|
||||||
operationId: getParticipationByFormation |
|
||||||
description: Récupérer la liste des participants d'une formation |
|
||||||
parameters: |
|
||||||
- $ref: ../../parameters/query/asc.yaml |
|
||||||
- $ref: ../../parameters/path/idFormation.yaml |
|
||||||
- $ref: ../../parameters/query/numPage.yaml |
|
||||||
- $ref: ../../parameters/query/parPage.yaml |
|
||||||
- $ref: ../../parameters/query/texte.yaml |
|
||||||
- $ref: ../../parameters/query/tri.yaml |
|
||||||
responses: |
|
||||||
'200': |
|
||||||
$ref: ../../responses/formation/getListeParticipationsFormation.yaml |
|
||||||
|
|
||||||
'403': |
|
||||||
$ref: ../../responses/erreur/forbidden.yaml |
|
||||||
|
|
||||||
'404': |
|
||||||
$ref: ../../responses/erreur/notFound.yaml |
|
@ -1 +1,5 @@ |
|||||||
description: Evaluation envoyée avec succès |
description: Evaluation envoyée avec succès |
||||||
|
content: |
||||||
|
application/json: |
||||||
|
schema: |
||||||
|
$ref: ../../schemas/formation/evaluation.yaml |
Loading…
Reference in new issue