pub async fn update_participant(
    configuration: &Configuration,
    participant_id: &str,
    participant_update: ParticipantUpdate,
    x_access_token: Option<&str>,
    x_secret_token: Option<&str>,
    authorization: Option<&str>,
    ehelply_active_participant: Option<&str>,
    ehelply_project: Option<&str>,
    ehelply_data: Option<&str>
) -> Result<ParticipantUserReturn, Error<UpdateParticipantError>>
Expand description

Update participant data given