Applied types to code blocks

This commit is contained in:
Gary Moore 2020-07-27 15:23:22 -07:00 committed by GitHub
parent c0b96753cc
commit bde3b5e61b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ Delegated (work or school account) | Machine.ReadWrite | 'Read and write machine
## HTTP request ## HTTP request
``` ```console
POST https://api.securitycenter.windows.com/api/machines/{id}/tags POST https://api.securitycenter.windows.com/api/machines/{id}/tags
``` ```
@ -83,7 +83,7 @@ Here is an example of a request that adds machine tag.
[!include[Improve request performance](../../includes/improve-request-performance.md)] [!include[Improve request performance](../../includes/improve-request-performance.md)]
``` ```console
POST https://api.securitycenter.windows.com/api/machines/1e5bc9d7e413ddd7902c2932e418702b84d0cc07/tags POST https://api.securitycenter.windows.com/api/machines/1e5bc9d7e413ddd7902c2932e418702b84d0cc07/tags
Content-type: application/json Content-type: application/json
{ {