Skip to content

Commit 2a1380f

Browse files
committed
addressedcomments
1 parent ede0102 commit 2a1380f

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ Don't supply a request body for this method.
4545
If successful, this function returns a `200 OK` response code and a [microsoft.graph.security.ediscoveryReviewTag](../resources/security-ediscoveryreviewtag.md) collection in the response body.
4646

4747
## Examples
48-
### Example 1: TODO: Put a description here
48+
### Example 1: Retrieve child tags of a specific eDiscovery review tag
4949
#### Request
50-
The following example shows a request. TODO: ...request that...
50+
The following example shows a request to retrieve child tags
5151

5252
# [HTTP](#tab/http)
5353
<!-- {
@@ -197,10 +197,12 @@ Content-Type: application/json
197197
}
198198
```
199199

200-
### Example 2: TODO: put a description here
200+
### Example 2: Retrieve child tags of a specific eDiscovery review tag
201201
#### Request
202-
The following example shows a request that creates a child tag.
203-
TODO: Put an HTML comment in here with the metadata for the build system.
202+
The following example shows a request to retrieve child tags
203+
<!-- This HTTP GET request retrieves the child tags of a specific eDiscovery review tag within a given eDiscovery case in Microsoft Graph Security API.
204+
Use the `$select` query option to optimize performance by selecting only the necessary properties. -->
205+
204206
``` http
205207
GET https://graph.microsoft.com/beta/security/cases/ediscoveryCases/b6f72954-c7d0-414c-ad50-00167216cb03/tags/318f79767abf4b8fab4d8e37b3174c5a/childTags
206208
```

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ Don't supply a request body for this method.
4545
If successful, this function returns a `200 OK` response code and a [microsoft.graph.security.ediscoveryReviewTag](../resources/security-ediscoveryreviewtag.md) collection in the response body.
4646

4747
## Examples
48-
48+
### Example 1: Retrieve child tags of a specific eDiscovery
4949
#### Request
50-
The following example shows a request that lists tags as a hierarchy.
50+
The following example shows a request to retrieve child tags
5151

5252
# [HTTP](#tab/http)
5353
<!-- {
@@ -197,8 +197,11 @@ Content-Type: application/json
197197
}
198198
```
199199

200+
### Example 2: Retrieve child tags of a specific eDiscovery review tag
200201
#### Request
201-
The following example shows a request that creates a child tags.
202+
The following example shows a request to retrieve child tags
203+
<!-- This HTTP GET request retrieves the child tags of a specific eDiscovery review tag within a given eDiscovery case in Microsoft Graph Security API.
204+
Use the `$select` query option to optimize performance by selecting only the necessary properties. -->
202205

203206
``` http
204207
GET https://graph.microsoft.com/v1.0/security/cases/ediscoveryCases/b6f72954-c7d0-414c-ad50-00167216cb03/tags/318f79767abf4b8fab4d8e37b3174c5a/childTags

0 commit comments

Comments
 (0)