From 35184e046089a1dd84d902dd39cee29bff459c22 Mon Sep 17 00:00:00 2001 From: jcaparas Date: Thu, 24 Aug 2017 23:31:21 -0700 Subject: [PATCH] fix code block --- ...ge-windows-defender-advanced-threat-protection.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/windows/threat-protection/windows-defender-atp/collect-investigation-package-windows-defender-advanced-threat-protection.md b/windows/threat-protection/windows-defender-atp/collect-investigation-package-windows-defender-advanced-threat-protection.md index cf4545b1cf..4cd36dd259 100644 --- a/windows/threat-protection/windows-defender-atp/collect-investigation-package-windows-defender-advanced-threat-protection.md +++ b/windows/threat-protection/windows-defender-atp/collect-investigation-package-windows-defender-advanced-threat-protection.md @@ -54,18 +54,8 @@ Content-type: application/json { "Comment": "Collect forensics due to alert 1234" } -Response -Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call. -HTTP/1.1 201 Created -Content-type: application/json -{ - "@odata.context": "https://graph.microsoft.com/testwdatppreview/$metadata#MachineActions/$entity", - "id": "ac19aae7-4146-4a13-a786-eb43d8557f7c", - "type": "CollectInvestigationPackage", - "status": "InProgress", - "error": "Unknown" -} ``` + Response Here is an example of the response.