Write batched records (I/O API)
This endpoint writes multiple records across multiple entries in a single request using Batch Protocol v2. See the Batch protocol v2 section for details.
POST
/api/v1/io/:bucket_name/write
Write batched records across entries
Per-record errors
If a record cannot be written, the response includes an error header for that record:
x-reduct-error-<ENTRY-INDEX>-<TIME-DELTA-uS>: <STATUS_CODE>,<ERROR_MESSAGE>