meta

Execute up to 20 REST operations.

Validates the complete envelope before dispatch, then executes operations sequentially through their normal REST routes. Results preserve input order. An operation failure does not stop later operations, and the batch is not transactional.

post/batch

Request body

{"stackTrail":"components:schemas:BatchOperation:properties:body","oasType":"schema","type":"unknown","description":"JSON request body for POST or PATCH operations."}
idstring required

Caller-supplied correlation ID, unique within this batch.

idempotencyKeystring

Per-operation idempotency key for POST or PATCH. The outer request key is not inherited.

method'GET' | 'POST' | 'PATCH' | 'DELETE' required
pathstring required

Path relative to /v1, including any query string (for example /streams?limit=10).

Response

Ordered per-operation results. Individual results can contain non-2xx statuses.

{"stackTrail":"components:schemas:BatchResult:properties:body","oasType":"schema","type":"unknown","description":"Decoded JSON response body, or a string for a non-JSON response."}
headersobject
idstring required
statusinteger required

Changes