Skip to content

Commit 0e7ea46

Browse files
committed
Added response code block metadata.
1 parent f4e1746 commit 0e7ea46

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,12 @@ GET https://graph.microsoft.com/beta/security/cases/ediscoveryCases/b6f72954-c7d
213213

214214
#### Response
215215
The following example shows the response.
216+
<!-- {
217+
"blockType": "response",
218+
"truncated": true,
219+
"@odata.type": "Collection(microsoft.graph.security.ediscoveryReviewTag)"
220+
}
221+
-->
216222
```
217223
{
218224
"@odata.context": "https://graph.microsoft.com/beta/$metadata#Collection(microsoft.graph.security.ediscoveryReviewTag)",

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,12 @@ GET https://graph.microsoft.com/v1.0/security/cases/ediscoveryCases/b6f72954-c7d
213213

214214
### Response
215215
The following example shows the response.
216+
<!-- {
217+
"blockType": "response",
218+
"truncated": true,
219+
"@odata.type": "Collection(microsoft.graph.security.ediscoveryReviewTag)"
220+
}
221+
-->
216222
```
217223
{
218224
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#Collection(microsoft.graph.security.ediscoveryReviewTag)",

0 commit comments

Comments
 (0)