pub async fn update_staff(
    configuration: &Configuration,
    staff_uuid: &str,
    staff_create: StaffCreate,
    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<StaffResponse, Error<UpdateStaffError>>
Expand description

Update staff with given info, only updating the fields supplied. Staff Uuid must be sent however.