You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>The result of sending each message is reported individually in the response.
38
38
* Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of <code>200</code>.</p>
39
39
* <p>The maximum allowed individual message size and the maximum total payload size (the
40
-
* sum of the individual lengths of all of the batched messages) are both 256 KiB (262,144
41
-
* bytes).</p>
40
+
* sum of the individual lengths of all of the batched messages) are both 1 MiB
41
+
* 1,048,576 bytes.</p>
42
42
* <important>
43
43
* <p>A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed. For more information, see the <a href="http://www.w3.org/TR/REC-xml/#charsets">W3C specification for characters</a>.</p>
* <p>The message to send. The minimum size is one character. The maximum size is 256
2407
-
* KiB.</p>
2406
+
* <p>The message to send. The minimum size is one character. The maximum size is
2407
+
* 1 MiB or 1,048,576 bytes</p>
2408
2408
* <important>
2409
2409
* <p>A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed. For more information, see the <a href="http://www.w3.org/TR/REC-xml/#charsets">W3C specification for characters</a>.</p>
0 commit comments