parent
375812f17f
commit
642e7105df
@ -1,27 +0,0 @@ |
|||||||
put: |
|
||||||
tags: |
|
||||||
- participationsFormations |
|
||||||
operationId: evaluerFormation |
|
||||||
description: Evaluer une formation |
|
||||||
parameters: |
|
||||||
- $ref: ../../parameters/path/idParticipationFormation.yaml |
|
||||||
requestBody: |
|
||||||
$ref: ../../requestbodies/evaluation.yaml |
|
||||||
responses: |
|
||||||
'200': |
|
||||||
$ref: ../../responses/formation/formationEvaluee.yaml |
|
||||||
|
|
||||||
'401': |
|
||||||
$ref: ../../responses/erreur/unauthorized.yaml |
|
||||||
|
|
||||||
'403': |
|
||||||
$ref: ../../responses/erreur/forbidden.yaml |
|
||||||
|
|
||||||
'404': |
|
||||||
$ref: ../../responses/erreur/notFound.yaml |
|
||||||
|
|
||||||
'415': |
|
||||||
$ref: ../../responses/erreur/unsupportedMediaType.yaml |
|
||||||
|
|
||||||
'500': |
|
||||||
$ref: ../../responses/erreur/internalServerError.yaml |
|
Loading…
Reference in new issue