Skip to content

Commit 03f8bc0

Browse files
author
Erkan Celme
committed
Added the case-sensitivity requirement
1 parent 32c5db0 commit 03f8bc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)