put: tags: - formations operationId: updateFormation description: Mettre à jour une formation parameters: - $ref: ../../parameters/path/idFormation.yaml requestBody: $ref: ../../requestbodies/formation.yaml responses: '200': $ref: ../../responses/formation/updateFormation.yaml '201': $ref: ../../responses/formation/formationCreee.yaml '403': $ref: ../../responses/erreur/forbidden.yaml