Skip to content

Commit d8e41b8

Browse files
Merge pull request SharePoint#8854 from erkanch/main
Added the case-sensitivity requirement
2 parents aaee439 + 14c45c5 commit d8e41b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/sp-add-ins/make-batch-requests-with-the-rest-apis.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Make batch requests with the REST APIs
33
description: Use the $batch query option with the REST/OData APIs.
4-
ms.date: 06/13/2022
4+
ms.date: 03/29/2023
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
---
@@ -21,6 +21,7 @@ The following is a reminder of the major points:
2121
- The body of the request is divided into parts that are separated from each other by a boundary string that is specified in the header of the request.
2222
- Each part of the body has its own HTTP verb and REST URL, and its own internal body when applicable.
2323
- A part can be a read operation (or function invocation), or a ChangeSet of one or more write operations (or function invocations). A ChangeSet is itself a MIME type *multipart/mixed* with subparts that contain insert, update, or delete operations.
24+
- The request URL and the URLs inside the body must target the same site. All URLs are case-sensitive.
2425

2526
> [!IMPORTANT]
2627
> SharePoint and Office 365 APIs aren't transactional and don't support "all or nothing" functionality for ChangeSets that have more than one operation within them. If any of the child operations fails, the others still complete and aren't rolled back.

0 commit comments

Comments
 (0)