Updates records in a collection by ID.
Tenant UUID
Database name
Collection UUID
Payload for updating existing records in a collection.
Records are added in batches. All arrays must have the same length, with each index
representing a single record. For example, ids[0], embeddings[0], documents[0], etc.
all belong to the same record.
Collection updated successfully
The response is of type object.