Corrected types on code blocks

Valid types are listed here: https://docsmetadatatool.azurewebsites.net/allowlists/#
This commit is contained in:
Gary Moore 2020-07-27 15:31:11 -07:00 committed by GitHub
parent 95179d5864
commit 095681e89b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ Delegated (work or school account) | Alert.ReadWrite | 'Read and write alerts'
>- Response will include only alerts, associated with devices, that the user have access to, based on device group settings (See [Create and manage device groups](machine-groups.md) for more information) >- Response will include only alerts, associated with devices, that the user have access to, based on device group settings (See [Create and manage device groups](machine-groups.md) for more information)
## HTTP request ## HTTP request
```console ```http
GET /api/domains/{domain}/alerts GET /api/domains/{domain}/alerts
``` ```
@ -73,6 +73,6 @@ Here is an example of the request.
[!include[Improve request performance](../../includes/improve-request-performance.md)] [!include[Improve request performance](../../includes/improve-request-performance.md)]
```console ```http
GET https://api.securitycenter.windows.com/api/domains/client.wns.windows.com/alerts GET https://api.securitycenter.windows.com/api/domains/client.wns.windows.com/alerts
``` ```