@@ -67,7 +67,7 @@ If successful, this method returns a `200 OK` response code and the added [micro
67
67
The following example shows a request.
68
68
<!-- {
69
69
"blockType": "request",
70
- "name": "user/smtp request "
70
+ "name": "user/smtp"
71
71
}
72
72
-->
73
73
``` http
@@ -86,7 +86,7 @@ Content-Type: application/json
86
86
The following example shows the response.
87
87
<!-- {
88
88
"blockType": "response",
89
- "name": "user/smtp response "
89
+ "name": "user/smtp"
90
90
"@odata.type": "microsoft.graph.security.ediscoveryCaseMember"
91
91
}
92
92
-->
@@ -108,7 +108,7 @@ Content-Type: application/json
108
108
The following example shows a request.
109
109
<!-- {
110
110
"blockType": "request",
111
- "name": "roleGroup/displayName request "
111
+ "name": "roleGroup/displayName"
112
112
}
113
113
-->
114
114
``` http
@@ -126,7 +126,7 @@ Content-Type: application/json
126
126
The following example shows the response.
127
127
<!-- {
128
128
"blockType": "response",
129
- "name": "roleGroup/displayName response ",
129
+ "name": "roleGroup/displayName",
130
130
"@odata.type": "microsoft.graph.security.ediscoveryCaseMember"
131
131
}
132
132
-->
@@ -148,7 +148,7 @@ Content-Type: application/json
148
148
The following example shows a request.
149
149
<!-- {
150
150
"blockType": "request",
151
- "name": "user/id request "
151
+ "name": "user/id"
152
152
}
153
153
-->
154
154
``` http
@@ -167,7 +167,7 @@ Content-Type: application/json
167
167
The following example shows the response.
168
168
<!-- {
169
169
"blockType": "response",
170
- "name": "user/id response ",
170
+ "name": "user/id",
171
171
"@odata.type": "microsoft.graph.security.ediscoveryCaseMember"
172
172
}
173
173
-->
@@ -189,7 +189,7 @@ Content-Type: application/json
189
189
The following example shows a request.
190
190
<!-- {
191
191
"blockType": "request",
192
- "name": "roleGroup/id request "
192
+ "name": "roleGroup/id"
193
193
}
194
194
-->
195
195
``` http
@@ -207,7 +207,7 @@ Content-Type: application/json
207
207
The following example shows the response.
208
208
<!-- {
209
209
"blockType": "response",
210
- "name": "roleGroup/id response ",
210
+ "name": "roleGroup/id",
211
211
"@odata.type": "microsoft.graph.security.ediscoveryCaseMember"
212
212
}
213
213
-->
0 commit comments