Skip to content

Commit 9ea0b34

Browse files
authored
Update blockType and formatting in documentation
1 parent 36b9d3c commit 9ea0b34

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

concepts/import-exchange-mailbox-item.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Because the initial opaque URL is preauthenticated and contains the appropriate
8989

9090
### Response
9191

92-
If successful, this action returns a `200 OK` response code and an [importMailboxItemResponse](/graph/api/resources/importmailboxitemresponse) object in the response body.
92+
If successful, this action returns a `200 OK` response code and an **importMailboxItemResponse** object in the response body.
9393

9494
### Examples
9595

@@ -102,7 +102,7 @@ The following example shows how to import a new item into the mailbox in `create
102102
The following example shows a request.
103103

104104
<!-- {
105-
"blockType": "request",
105+
"blockType": "ignored",
106106
"name": "mailboxthis.importItemCreateMode"
107107
"sampleKeys": ["MBX:e0643f21@a7809c93"]
108108
}
@@ -123,7 +123,7 @@ POST https://outlook.office365.com/api/gbeta/Mailboxes('MBX:e0643f21@a7809c93')/
123123
The following example shows the response.
124124

125125
<!-- {
126-
"blockType": "response",
126+
"blockType": "ignored",
127127
"truncated": true,
128128
"@odata.type": "microsoft.graph.importMailboxItemResponse"
129129
}
@@ -149,7 +149,7 @@ The following example shows how to import a new version of an existing item into
149149
The following example shows a request.
150150

151151
<!-- {
152-
"blockType": "request",
152+
"blockType": "ignored",
153153
"name": "mailboxthis.importItemUpdateMode"
154154
"sampleKeys": ["MBX:e0643f21@a7809c93"]
155155
}
@@ -171,7 +171,7 @@ POST https://outlook.office365.com/api/gbeta/Mailboxes('MBX:e0643f21@a7809c93')/
171171
The following example shows the response.
172172

173173
<!-- {
174-
"blockType": "response",
174+
"blockType": "ignored",
175175
"truncated": true,
176176
"@odata.type": "microsoft.graph.importMailboxItemResponse"
177177
}

0 commit comments

Comments
 (0)