get: tags: - formations operationId: getFormationById description: Récupérer une formation par son id parameters: - $ref: ../../parameters/path/idFormation.yaml responses: '200': $ref: ../../responses/formation/getFormation.yaml '403': $ref: ../../responses/erreur/forbidden.yaml '404': $ref: ../../responses/erreur/notFound.yaml