Skip to content

Commit b3d975e

Browse files
committed
resolve comments
1 parent a6f6d24 commit b3d975e

File tree

4 files changed

+12
-22
lines changed

4 files changed

+12
-22
lines changed

api-reference/beta/api/security-ediscoverycasemember-delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The following example shows a request.
6767
}
6868
-->
6969
``` http
70-
DELETE https://graph.microsoft.com/beta/security/cases/ediscoveryCases/{ediscoveryCaseId}/caseMembers/{eDiscoveryCaseMemberId}
70+
DELETE https://graph.microsoft.com/beta/security/cases/ediscoveryCases/58fcd4c1-e11c-42a4-bc90-f57e1990319c/caseMembers/4e82e429-97bb-4796-b376-286396ecb2c3
7171
```
7272

7373

api-reference/beta/api/security-ediscoverycasemember-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The following example shows a request.
6666
}
6767
-->
6868
``` http
69-
GET https://graph.microsoft.com/beta/security/cases/ediscoveryCases/{ediscoveryCaseId}/caseMembers
69+
GET https://graph.microsoft.com/beta/security/cases/ediscoveryCases/b0073e4e-4184-41c6-9eb7-8c8cc3e2288b/caseMembers
7070
```
7171

7272

api-reference/beta/api/security-ediscoverycasemember-post.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The following example shows a request.
7171
}
7272
-->
7373
``` http
74-
POST https://graph.microsoft.com/beta/security/cases/ediscoveryCases/{ediscoveryCaseId}/caseMembers
74+
POST https://graph.microsoft.com/beta/security/cases/ediscoveryCases/b0073e4e-4184-41c6-9eb7-8c8cc3e2288b/caseMembers
7575
Content-Type: application/json
7676
7777
{
@@ -113,7 +113,7 @@ The following example shows a request.
113113
}
114114
-->
115115
``` http
116-
POST https://graph.microsoft.com/beta/security/cases/ediscoveryCases/{ediscoveryCaseId}/caseMembers
116+
POST https://graph.microsoft.com/beta/security/cases/ediscoveryCases/b0073e4e-4184-41c6-9eb7-8c8cc3e2288b/caseMembers
117117
Content-Type: application/json
118118
119119
{
@@ -144,7 +144,7 @@ Content-Type: application/json
144144
}
145145
```
146146

147-
### Example 3: Add a case member of type **user** using **id**
147+
### Example 3: Add a case member of type **user** using **ID**
148148
#### Request
149149

150150
The following example shows a request.
@@ -154,7 +154,7 @@ The following example shows a request.
154154
}
155155
-->
156156
``` http
157-
POST https://graph.microsoft.com/beta/security/cases/ediscoveryCases/{ediscoveryCaseId}/caseMembers
157+
POST https://graph.microsoft.com/beta/security/cases/ediscoveryCases/b0073e4e-4184-41c6-9eb7-8c8cc3e2288b/caseMembers
158158
Content-Type: application/json
159159
160160
{
@@ -186,7 +186,7 @@ Content-Type: application/json
186186
}
187187
```
188188

189-
### Example 4: Add a case member of type **roleGroup** using **id**.
189+
### Example 4: Add a case member of type **roleGroup** using **ID**.
190190
#### Request
191191

192192
The following example shows a request.
@@ -196,7 +196,7 @@ The following example shows a request.
196196
}
197197
-->
198198
``` http
199-
POST https://graph.microsoft.com/beta/security/cases/ediscoveryCases/{ediscoveryCaseId}/caseMembers
199+
POST https://graph.microsoft.com/beta/security/cases/ediscoveryCases/b0073e4e-4184-41c6-9eb7-8c8cc3e2288b/caseMembers
200200
Content-Type: application/json
201201
202202
{

changelog/Microsoft.Security.Ediscovery.json

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,19 +1045,9 @@
10451045
"ApiChange": "Resource",
10461046
"ChangedApiName": "ediscoveryCaseMember",
10471047
"ChangeType": "Addition",
1048-
"Description": "Added the [ediscoveryCaseMember](https://learn.microsoft.com/en-us/graph/api/resources/security-ediscoveryCaseMember?view=graph-rest-beta) resource.",
1048+
"Description": "Added the [ediscoveryCaseMember](https://learn.microsoft.com/en-us/graph/api/resources/security-ediscoveryCaseMember?view=graph-rest-beta) resource and its methods.",
10491049
"Target": "ediscoveryCaseMember"
1050-
}
1051-
],
1052-
"Id": "57d579aa-e443-4c32-9642-1b3af73a58df",
1053-
"Cloud": "Prod",
1054-
"Version": "beta",
1055-
"CreatedDateTime": "2024-12-16T20:16:15.7958576Z",
1056-
"WorkloadArea": "Security",
1057-
"SubArea": "eDiscovery"
1058-
},
1059-
{
1060-
"ChangeList": [
1050+
},
10611051
{
10621052
"Id": "34c07072-11b2-47f0-8875-2da712d3da5f",
10631053
"ApiChange": "Relationship",
@@ -1067,10 +1057,10 @@
10671057
"Target": "ediscoveryCase"
10681058
}
10691059
],
1070-
"Id": "34c07072-11b2-47f0-8875-2da712d3da5f",
1060+
"Id": "57d579aa-e443-4c32-9642-1b3af73a58df",
10711061
"Cloud": "Prod",
10721062
"Version": "beta",
1073-
"CreatedDateTime": "2025-02-11T18:48:10.5721975Z",
1063+
"CreatedDateTime": "2024-12-16T20:16:15.7958576Z",
10741064
"WorkloadArea": "Security",
10751065
"SubArea": "eDiscovery"
10761066
}

0 commit comments

Comments
 (0)