Update Chunk Metadata in Batches
Merge `custom_metadata` into up to 100 chunks in one request. Each item behaves like [Update Chunk Metadata](/reference/v3/documents/chunk/metadata/update): supplied keys are merged, omitted keys kept, `null` deletes a key. Returns 200 with one result per item, in order. Envelope, partial success, and `unknown` outcomes are covered in the [Batch Metadata & Relations](/guides/batch-writes) guide.
Path parameters
collection_name
Request
This endpoint expects an object.
items
1 to 100 items. The request body may not exceed 1 MiB of UTF-8 JSON.
Response
Update Chunk Metadata in Batches response.
results
One result per request item, in request order. Never empty for an accepted batch.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
413
Content Too Large Error