Skip to content

Commit 2b8de7b

Browse files
committed
Acrolinx errors in example responses.
1 parent 0e7ea46 commit 2b8de7b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

api-reference/beta/api/security-ediscoveryreviewtag-ashierarchy.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,10 @@ The following example shows the response.
219219
"@odata.type": "Collection(microsoft.graph.security.ediscoveryReviewTag)"
220220
}
221221
-->
222-
```
222+
``` http
223+
HTTP/1.1 200 OK
224+
Content-Type: application/json
225+
223226
{
224227
"@odata.context": "https://graph.microsoft.com/beta/$metadata#Collection(microsoft.graph.security.ediscoveryReviewTag)",
225228
"@microsoft.graph.tips": "Use $select to choose only the properties your app needs, as this can lead to performance improvements. For example: GET security/cases/ediscoveryCases('<guid>')/tags('<guid>')/childTags?$select=childSelectability",

api-reference/v1.0/api/security-ediscoveryreviewtag-ashierarchy.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,10 @@ The following example shows the response.
219219
"@odata.type": "Collection(microsoft.graph.security.ediscoveryReviewTag)"
220220
}
221221
-->
222-
```
222+
``` http
223+
HTTP/1.1 200 OK
224+
Content-Type: application/json
225+
223226
{
224227
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#Collection(microsoft.graph.security.ediscoveryReviewTag)",
225228
"@microsoft.graph.tips": "Use $select to choose only the properties your app needs, as this can lead to performance improvements. For example: GET security/cases/ediscoveryCases('<guid>')/tags('<guid>')/childTags?$select=childSelectability",

0 commit comments

Comments
 (0)