Skip to content

Commit ba6d272

Browse files
committed
updates
1 parent f47dfe3 commit ba6d272

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ The following example shows the response.
9494
HTTP/1.1 200 OK
9595
Content-Type: application/json
9696
97-
{
97+
{
98+
"@odata.type": "microsoft.graph.security.ediscoveryCaseMember",
9899
"recipientType": "user",
99100
"id": "c4af6f9d-37f6-43f9-9e17-601544234146",
100101
"displayName": "User3",
@@ -135,6 +136,7 @@ HTTP/1.1 200 OK
135136
Content-Type: application/json
136137
137138
{
139+
"@odata.type": "microsoft.graph.security.ediscoveryCaseMember",
138140
"recipientType": "roleGroup",
139141
"id": "b9fb4f22-5f90-47a0-b309-44fe96a959fd",
140142
"displayName": "Security Administrator",
@@ -176,6 +178,7 @@ HTTP/1.1 200 OK
176178
Content-Type: application/json
177179
178180
{
181+
"@odata.type": "microsoft.graph.security.ediscoveryCaseMember",
179182
"recipientType": "user",
180183
"id": "c4af6f9d-37f6-43f9-9e17-601544234146",
181184
"displayName": "User3",
@@ -216,6 +219,7 @@ HTTP/1.1 200 OK
216219
Content-Type: application/json
217220
218221
{
222+
"@odata.type": "microsoft.graph.security.ediscoveryCaseMember",
219223
"recipientType": "roleGroup",
220224
"id": "b9fb4f22-5f90-47a0-b309-44fe96a959fd",
221225
"displayName": "Security Administrator",

0 commit comments

Comments
 (0)