Skip to content

Commit 04cd7e9

Browse files
authored
Fix typos and clarify bulk request limits
1 parent cd26aba commit 04cd7e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Namespace: microsoft.graph
1616

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

19-
The following steps describe how to create and manage a **exchangeRestoreSession** with bulk artifact additions:
20-
19+
1. Create a new [exchangeRestoreSession](../resources/exchangerestoresession.md) with empty payload.
20+
1. Create a new [mailboxRestoreArtifactsBulkAdditionRequest](../resources/mailboxrestoreartifactsbulkadditionrequest.md) object associated with an [exchangeRestoreSession](../resources/exchangerestoresession.md).
2121
1. Create a new [exchangeRestoreSession](../resources/exchangerestoresession.md) with Empty payload.
2222
2. Create a new [mailboxRestoreArtifactsBulkAdditionRequest](../resources/mailboxrestoreartifactsbulkadditionrequest.md) object associated with a [exchangeRestoreSession](../resources/exchangerestoresession.md).
2323
3. Get the status of the [mailboxRestoreArtifactsBulkAdditionRequest](../resources/mailboxrestoreartifactsbulkadditionrequest.md) for the Exchange restore session. The initial status upon creation is `active` and remains in this state until the [exchangeRestoreSession](../resources/exchangerestoresession.md) is activated.

api-reference/beta/resources/restoreartifactsbulkrequestbase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Base type for [siteRestoreArtifactsBulkAdditionRequests](../resources/siterestor
2222
The following points apply to bulk addition requests for restoring artifacts:
2323

2424
- Currently, only one bulk addition job can be processed per restore session.
25-
- The limit for the number of sites and users in a bulk request is 10,000.
25+
- The limit for the number of sites or users in a bulk request is 10,000.
2626
- Patch operations aren't supported for bulk restore sessions.
2727
- In a single restore session, restore artifacts cannot be added using both manual and bulk addition methods simultaneously.
2828

0 commit comments

Comments
 (0)