Update set-device-value.md

This commit is contained in:
Ben 2020-10-02 13:10:07 +03:00 committed by GitHub
parent 4610892157
commit 435ab1d746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,8 @@ ms.topic: article
## API description ## API description
Adds or remove tag to a specific [Machine](machine.md). Set the device value of a specific [Machine](machine.md).<br>
See [threat and vulnerability management scenarios](threat-and-vuln-mgt-scenarios.md) for more information.
## Limitations ## Limitations
@ -54,7 +55,7 @@ Delegated (work or school account) | Machine.ReadWrite | 'Read and write machine
## HTTP request ## HTTP request
```http ```http
POST https://api.securitycenter.windows.com/api/machines/{machineId}/setDeviceValue POST https://api.securitycenter.microsoft.com/api/machines/{machineId}/setDeviceValue
``` ```
## Request headers ## Request headers
@ -66,8 +67,10 @@ Content-Type | string | application/json. **Required**.
## Request body ## Request body
```http ```json
{
"DeviceValue": "{device value}" "DeviceValue": "{device value}"
}
``` ```
## Response ## Response