From 435ab1d74661667d13c1f7c13cc6c0fe0fe95fce Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 2 Oct 2020 13:10:07 +0300 Subject: [PATCH] Update set-device-value.md --- .../microsoft-defender-atp/set-device-value.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/set-device-value.md b/windows/security/threat-protection/microsoft-defender-atp/set-device-value.md index cd7f0b68a0..a16d511d51 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/set-device-value.md +++ b/windows/security/threat-protection/microsoft-defender-atp/set-device-value.md @@ -27,7 +27,8 @@ ms.topic: article ## API description -Adds or remove tag to a specific [Machine](machine.md). +Set the device value of a specific [Machine](machine.md).
+See [threat and vulnerability management scenarios](threat-and-vuln-mgt-scenarios.md) for more information. ## Limitations @@ -54,7 +55,7 @@ Delegated (work or school account) | Machine.ReadWrite | 'Read and write machine ## HTTP request ```http -POST https://api.securitycenter.windows.com/api/machines/{machineId}/setDeviceValue +POST https://api.securitycenter.microsoft.com/api/machines/{machineId}/setDeviceValue ``` ## Request headers @@ -66,8 +67,10 @@ Content-Type | string | application/json. **Required**. ## Request body -```http -"DeviceValue": "{device value}" +```json +{ + "DeviceValue": "{device value}" +} ``` ## Response