Function enrich_event

Source
pub async fn enrich_event(
    configuration: &Configuration,
    event_id: &str,
    enrich_modules_list: EnrichModulesList,
) -> Result<EnrichEvent200Response, Error<EnrichEventError>>