Skip to content

Commit 9b1660c

Browse files
docs: update incorrect batch size reference (#919)
1 parent e8906cb commit 9b1660c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/rest/objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ print(result)
501501

502502
## Batch Operations
503503

504-
To reduce the amount of time spent on network round trips, you can create, update, or delete up to 50 objects in one call, using the batch endpoint.
504+
To reduce the amount of time spent on network round trips, you can create, update, or delete using the batch endpoint. The batch size can be customized, the default batch size is 20.
505505

506506
Each command in a batch has `method`, `path`, and `body` parameters that specify the HTTP command that would normally be used for that command. The commands are run in the order they are given. For example, to create a couple of `GameScore` objects:
507507

0 commit comments

Comments
 (0)