batchUpdate

abstract suspend fun batchUpdate(name: String, operations: List<PointsUpdateOperation>, wait: Boolean)

Apply an ordered sequence of point/vector/payload operations in one request (POST /collections/{name}/points/batch). Ordered but not transactional.