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; } }