update Many
open suspend override fun updateMany(entities: List<T>, entitiesToUpdate: List<T>): List<T>
Content copied to clipboard
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
entities To Update
entities which getting updated