Skip to content

Commit ede0102

Browse files
committed
Partial fix of some issues.
1 parent 98feb05 commit ede0102

File tree

4 files changed

+43
-11
lines changed

4 files changed

+43
-11
lines changed

api-reference/beta/api/security-ediscoverycase-list-tags.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ If successful, this method returns a `200 OK` response code and a collection of
4444
#### Request
4545
The following example shows a request that list tags.
4646

47+
# [HTTP](#tab/http)
48+
<!-- {
49+
"blockType": "request",
50+
"name": "list_ediscoveryreviewtag_and_properties"
51+
}
52+
-->
53+
4754
``` http
4855
GET https://graph.microsoft.com/beta/security/cases/ediscoveryCases/58399dff-cebe-478f-b1af-d3227f1fd645/tags
4956
```
@@ -84,7 +91,13 @@ GET https://graph.microsoft.com/beta/security/cases/ediscoveryCases/58399dff-ceb
8491

8592
#### Response
8693
The following example shows the response.
87-
94+
>**Note:** The response object shown here might be shortened for readability.
95+
<!-- {
96+
"blockType": "response",
97+
"truncated": true,
98+
"@odata.type": "microsoft.graph.security.ediscoveryReviewTag"
99+
}
100+
-->
88101
``` http
89102
HTTP/1.1 200 OK
90103
Content-Type: application/json

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

Lines changed: 9 additions & 6 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: TODO: Put a description here
4949
#### Request
50-
The following example shows a request.
50+
The following example shows a request. TODO: ...request that...
5151

5252
# [HTTP](#tab/http)
5353
<!-- {
@@ -196,15 +196,18 @@ Content-Type: application/json
196196
]
197197
}
198198
```
199-
#### Request
200-
The following example shows a request that create a child tags.
201199

200+
### Example 2: TODO: put a description here
201+
#### 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.
202204
``` http
203205
GET https://graph.microsoft.com/beta/security/cases/ediscoveryCases/b6f72954-c7d0-414c-ad50-00167216cb03/tags/318f79767abf4b8fab4d8e37b3174c5a/childTags
206+
```
204207

205-
### Response
208+
#### Response
206209
The following example shows the response.
207-
210+
```
208211
{
209212
"@odata.context": "https://graph.microsoft.com/beta/$metadata#Collection(microsoft.graph.security.ediscoveryReviewTag)",
210213
"@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-ediscoverycase-list-tags.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ Choose the permission or permissions marked as least privileged for this API. Us
2222
[!INCLUDE [permissions-table](../includes/permissions/security-ediscoverycase-list-tags-permissions.md)]
2323

2424
## HTTP request
25-
25+
<!-- {
26+
"blockType": "ignored"
27+
}
28+
-->
2629
``` http
2730
GET /security/cases/ediscoveryCases/{ediscoveryCaseId}/tags
2831
```
@@ -41,6 +44,12 @@ If successful, this method returns a `200 OK` response code and a collection of
4144
## Examples
4245
#### Request
4346
The following example shows a request.
47+
# [HTTP](#tab/http)
48+
<!-- {
49+
"blockType": "request",
50+
"name": "create_ediscoveryreview_caseID_tag"
51+
}
52+
-->
4453

4554
``` http
4655
GET https://graph.microsoft.com/v1.0/security/cases/ediscoveryCases/58399dff-cebe-478f-b1af-d3227f1fd645/tags
@@ -82,7 +91,13 @@ GET https://graph.microsoft.com/v1.0/security/cases/ediscoveryCases/58399dff-ceb
8291

8392
#### Response
8493
The following example shows the response.
85-
94+
> **Note:** The response object shown here might be shortened for readability.
95+
<!-- {
96+
"blockType": "response",
97+
"truncated": true,
98+
"@odata.type": "microsoft.graph.security.ediscoveryReviewTag"
99+
}
100+
-->
86101
``` http
87102
HTTP/1.1 200 OK
88103
Content-Type: application/json

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If successful, this function returns a `200 OK` response code and a [microsoft.g
4747
## Examples
4848

4949
#### Request
50-
The following example shows a request that lists tags asHierarchy.
50+
The following example shows a request that lists tags as a hierarchy.
5151

5252
# [HTTP](#tab/http)
5353
<!-- {
@@ -202,10 +202,11 @@ The following example shows a request that creates a child tags.
202202

203203
``` http
204204
GET https://graph.microsoft.com/v1.0/security/cases/ediscoveryCases/b6f72954-c7d0-414c-ad50-00167216cb03/tags/318f79767abf4b8fab4d8e37b3174c5a/childTags
205+
```
205206

206207
### Response
207208
The following example shows the response.
208-
209+
```
209210
{
210211
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#Collection(microsoft.graph.security.ediscoveryReviewTag)",
211212
"@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)