From 0f658097fb53c47ba8f48d0a68fbd0ac038c9e1d Mon Sep 17 00:00:00 2001 From: Alex-Tara Date: Sun, 30 Jun 2024 16:17:08 +0300 Subject: [PATCH] added uuid to integration --- com/coralogixapis/alerts/v3/alert_def_notification_group.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/com/coralogixapis/alerts/v3/alert_def_notification_group.proto b/com/coralogixapis/alerts/v3/alert_def_notification_group.proto index 17d0fab..859b5ed 100644 --- a/com/coralogixapis/alerts/v3/alert_def_notification_group.proto +++ b/com/coralogixapis/alerts/v3/alert_def_notification_group.proto @@ -38,6 +38,7 @@ message IntegrationType { oneof integration_type { google.protobuf.UInt32Value integration_id = 2; Recipients recipients = 3; + google.protobuf.StringValue integration_uuid = 4; } }