updateMany

open suspend override fun updateMany(entities: List<T>, entitiesToUpdate: List<T>): List<T>

updates given entities in the entities list (sending a put-request to the base-url of the resource for every updated entity)

Return

list after update

Parameters

entities

current list

entitiesToUpdate

entities which getting updated