diff --git a/com/coralogixapis/alerts/v3/alert_def_notification_group.proto b/com/coralogixapis/alerts/v3/alert_def_notification_group.proto index 9a9b933..c181397 100644 --- a/com/coralogixapis/alerts/v3/alert_def_notification_group.proto +++ b/com/coralogixapis/alerts/v3/alert_def_notification_group.proto @@ -25,6 +25,7 @@ message AlertDefNotification { oneof integration_type { google.protobuf.UInt32Value integration_id = 2; Recipients recipients = 3; + google.protobuf.StringValue integration_uuid = 4; } }