From 7098c22f3995e0c11156f1e2fd4f2a8bc2ec8763 Mon Sep 17 00:00:00 2001 From: Santiago Date: Thu, 26 Sep 2024 11:53:22 -0300 Subject: [PATCH] Docs: Remove deprecation warning on webhook payload fields (#92604) --- .../manage-contact-points/integrations/webhook-notifier.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/alerting/configure-notifications/manage-contact-points/integrations/webhook-notifier.md b/docs/sources/alerting/configure-notifications/manage-contact-points/integrations/webhook-notifier.md index 752f3b9fa52..556d66755ce 100644 --- a/docs/sources/alerting/configure-notifications/manage-contact-points/integrations/webhook-notifier.md +++ b/docs/sources/alerting/configure-notifications/manage-contact-points/integrations/webhook-notifier.md @@ -117,9 +117,9 @@ The webhook notification is a simple way to send information about a state chang | version | string | Version of the payload | | groupKey | string | Key that is used for grouping | | truncatedAlerts | number | Number of alerts that were truncated | -| title | string | **Will be deprecated soon** | -| state | string | **Will be deprecated soon** | -| message | string | **Will be deprecated soon** | +| title | string | Custom title | +| state | string | State of the alert group (either `alerting` or `ok`) | +| message | string | Custom message | ### Alert