From 86032e0897d3278823db078dc5b9c3944d395d64 Mon Sep 17 00:00:00 2001 From: Brant DeBow <125889545+brant-livefront@users.noreply.github.com> Date: Fri, 27 Jun 2025 17:56:51 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Matt Bishop --- .../Services/Implementations/EventIntegrations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/AdminConsole/Services/Implementations/EventIntegrations/README.md b/src/Core/AdminConsole/Services/Implementations/EventIntegrations/README.md index f2c8f5e27d..b2327b0f75 100644 --- a/src/Core/AdminConsole/Services/Implementations/EventIntegrations/README.md +++ b/src/Core/AdminConsole/Services/Implementations/EventIntegrations/README.md @@ -227,7 +227,7 @@ Currently, there are integrations / handlers for Slack, webhooks, and HTTP Event - Optionally this also can include a `Scheme` and `Token` if this webhook needs Authentication. - As stated above, all of this information can be specified here or at the `OrganizationIntegration` level, but any properties declared here will take precedence over the ones above. - - for HEC, this must be null. HEC is configured only at the `OrganizationIntegration` level. + - For HEC, this must be null. HEC is configured only at the `OrganizationIntegration` level. - `Template` contains a template string that is expected to be filled in with the contents of the actual event. - The tokens in the string are wrapped in `#` characters. For instance, the UserId would be `#UserId#`. - The `IntegrationTemplateProcessor` does the actual work of replacing these tokens with introspected values from