From 9c47ddf6e183af637716ad18ca23e8144334f0be Mon Sep 17 00:00:00 2001 From: Ben Alfasi Date: Sun, 5 Jan 2020 23:23:39 +0200 Subject: [PATCH] 2 --- .../microsoft-defender-atp/create-alert-by-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/create-alert-by-reference.md b/windows/security/threat-protection/microsoft-defender-atp/create-alert-by-reference.md index 2cce843e30..cb14d7c964 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/create-alert-by-reference.md +++ b/windows/security/threat-protection/microsoft-defender-atp/create-alert-by-reference.md @@ -24,9 +24,9 @@ ms.topic: article ## API description Creates new [Alert](alerts.md). -
MDATP Event is a required parameter for the alert creation. +
Microsoft Defender ATP Event is a required parameter for the alert creation.
You can use an event found in Advanced Hunting API or Portal. -
If there is an open alert on the same Machine with the same Title, the alerts will be merged to one. +
If there existing an open alert on the same Machine with the same Title, the new created alert will be merged with it.
An automatic investigation starts automatically on alerts created via the API.