Skip to content

Commit 39222f7

Browse files
authored
Fix formatting and property descriptions in documentation
1 parent 750fd23 commit 39222f7

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

api-reference/beta/api/exchangerestoresession-post-mailboxrestoreartifactsbulkadditionrequests.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,11 @@ Namespace: microsoft.graph
1616

1717
Create a new [mailboxRestoreArtifactsBulkAdditionRequest](../resources/mailboxrestoreartifactsbulkadditionrequest.md) object associated with an [exchangeRestoreSession](../resources/exchangerestoresession.md).
1818

19-
**Step 1:** Create a new [exchangeRestoreSession](../resources/exchangerestoresession.md) with Empty payload.
20-
21-
**Step 2:** Create a new [mailboxRestoreArtifactsBulkAdditionRequest](../resources/mailboxrestoreartifactsbulkadditionrequest.md) object associated with a [exchangeRestoreSession](../resources/exchangerestoresession.md).
22-
23-
**Step 3:** Get status of [mailboxRestoreArtifactsBulkAdditionRequest](../resources/mailboxrestoreartifactsbulkadditionrequest.md) of the SharePoint restore session. The initial status upon creation is `active` and will remain so until it the [exchangeRestoreSession](../resources/exchangerestoresession.md) is activated.
24-
25-
**Step 4:** Activate the [exchangeRestoreSession](../resources/exchangerestoresession.md) created in step 1
26-
27-
**Step 5:** Monitor the status of [mailboxRestoreArtifactsBulkAdditionRequest](../resources/mailboxrestoreartifactsbulkadditionrequest.md). When all the sites are added to the corresponding [exchangeRestoreSession](../resources/exchangerestoresession.md), the status of [mailboxRestoreArtifactsBulkAdditionRequest](../resources/mailboxrestoreartifactsbulkadditionrequest.md) becomes `completed`. If any failures are encountered during resource resolution, the status becomes `completedWithErrors`.
19+
1. Create a new [exchangeRestoreSession](../resources/exchangerestoresession.md) with Empty payload.
20+
1. Create a new [mailboxRestoreArtifactsBulkAdditionRequest](../resources/mailboxrestoreartifactsbulkadditionrequest.md) object associated with a [exchangeRestoreSession](../resources/exchangerestoresession.md).
21+
1. Get the status of the [mailboxRestoreArtifactsBulkAdditionRequest](../resources/mailboxrestoreartifactsbulkadditionrequest.md) for the SharePoint restore session. The initial status upon creation is `active` and remains in this state until the [exchangeRestoreSession](../resources/exchangerestoresession.md) is activated.
22+
1. Activate the [exchangeRestoreSession](../resources/exchangerestoresession.md) created in the first step.
23+
1. Monitor the status of the [mailboxRestoreArtifactsBulkAdditionRequest](../resources/mailboxrestoreartifactsbulkadditionrequest.md). When all the sites are added to the corresponding [exchangeRestoreSession](../resources/exchangerestoresession.md), the status of the [mailboxRestoreArtifactsBulkAdditionRequest](../resources/mailboxrestoreartifactsbulkadditionrequest.md) changes to `completed`. If any failures occur during resource resolution, the status changes to `completedWithErrors`.
2824

2925
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
3026

@@ -60,12 +56,12 @@ POST /solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSessionId}
6056

6157
In the request body, supply a JSON representation of the [mailboxRestoreArtifactsBulkAdditionRequest](../resources/mailboxrestoreartifactsbulkadditionrequest.md) object.
6258

63-
You can specify the following properties when you create a **driveRestoreArtifactsBulkAdditionRequest** object.
59+
You can specify the following properties when you create a **mailboxRestoreArtifactsBulkAdditionRequest** object.
6460

6561
|Property|Type|Description|
66-
|:---|:---|:---|
67-
|mailboxes|[Collection(Edm.String)]|A property which contains the list of email-addresses. Optional.|
68-
|directoryObjectIds|[Collection(Edm.String)]|A property which contains the list of directoryObjectIds. Optional.|
62+
|:---|:---|:---|
63+
|mailboxes|String collection|The list of email addresses. Optional.|
64+
|directoryObjectIds|String collection|The list of directory object IDs. Optional.|
6965

7066
## Response
7167

0 commit comments

Comments
 (0)