put: tags: - referentsEP operationId: updateReferentCollaborateur description: Mettre à jour le référent d'un collaborateur. parameters: - $ref: ../../parameters/path/idCollaborateur.yaml requestBody: $ref: ../../requestbodies/referentEP.yaml responses: '200': $ref: ../../responses/referentep/updateReferentEP.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