Skip to content

Commit f47dfe3

Browse files
committed
fix api doctor
1 parent 8c792d2 commit f47dfe3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ If successful, this method returns a `200 OK` response code and the added [micro
6767
The following example shows a request.
6868
<!-- {
6969
"blockType": "request",
70-
"name": "user/smtp request"
70+
"name": "user/smtp"
7171
}
7272
-->
7373
``` http
@@ -86,7 +86,7 @@ Content-Type: application/json
8686
The following example shows the response.
8787
<!-- {
8888
"blockType": "response",
89-
"name": "user/smtp response"
89+
"name": "user/smtp"
9090
"@odata.type": "microsoft.graph.security.ediscoveryCaseMember"
9191
}
9292
-->
@@ -108,7 +108,7 @@ Content-Type: application/json
108108
The following example shows a request.
109109
<!-- {
110110
"blockType": "request",
111-
"name": "roleGroup/displayName request"
111+
"name": "roleGroup/displayName"
112112
}
113113
-->
114114
``` http
@@ -126,7 +126,7 @@ Content-Type: application/json
126126
The following example shows the response.
127127
<!-- {
128128
"blockType": "response",
129-
"name": "roleGroup/displayName response",
129+
"name": "roleGroup/displayName",
130130
"@odata.type": "microsoft.graph.security.ediscoveryCaseMember"
131131
}
132132
-->
@@ -148,7 +148,7 @@ Content-Type: application/json
148148
The following example shows a request.
149149
<!-- {
150150
"blockType": "request",
151-
"name": "user/id request"
151+
"name": "user/id"
152152
}
153153
-->
154154
``` http
@@ -167,7 +167,7 @@ Content-Type: application/json
167167
The following example shows the response.
168168
<!-- {
169169
"blockType": "response",
170-
"name": "user/id response",
170+
"name": "user/id",
171171
"@odata.type": "microsoft.graph.security.ediscoveryCaseMember"
172172
}
173173
-->
@@ -189,7 +189,7 @@ Content-Type: application/json
189189
The following example shows a request.
190190
<!-- {
191191
"blockType": "request",
192-
"name": "roleGroup/id request"
192+
"name": "roleGroup/id"
193193
}
194194
-->
195195
``` http
@@ -207,7 +207,7 @@ Content-Type: application/json
207207
The following example shows the response.
208208
<!-- {
209209
"blockType": "response",
210-
"name": "roleGroup/id response",
210+
"name": "roleGroup/id",
211211
"@odata.type": "microsoft.graph.security.ediscoveryCaseMember"
212212
}
213213
-->

0 commit comments

Comments
 (0)