get: tags: - participationsFormations operationId: consulterEvaluation description: Consulter une évaluation d'une formation parameters: - $ref: ../../parameters/path/idParticipationFormation.yaml responses: '200': $ref: ../../responses/formation/getEvaluation.yaml '401': $ref: ../../responses/erreur/unauthorized.yaml '403': $ref: ../../responses/erreur/forbidden.yaml '404': $ref: ../../responses/erreur/notFound.yaml '500': $ref: ../../responses/erreur/internalServerError.yaml 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