Batch
Utility endpoint to allow submitting multiple independent requests at once.
This is used, for example, to poll multiple rooms on the same server for updates in a single query rather than needing to make multiple requests for each room. No guarantee is made as to the order in which sub-requests are processed; use the /sequence instead if you need that. For contained subrequests that specify a body (i.e. POST or PUT requests) exactly one of json, b64, or bytes must be provided with the request body.
post/batch
Request body
Response
Batch jobs completed. Note that 200 only means the batch was processed; for individual sub-requests see the relevant sub-response code. The returned array returns responses in exactly the same order as the request's list of sub-requests (regardless of the actual order jobs were processed).