UpdateByExternalId

trait UpdateByExternalId[R, U, F[_]] extends WithRequestSession[F] with BaseUrl
Companion
object
trait BaseUrl
class Object
trait Matchable
class Any
class Assets[F]
class DataSets[F]
class Events[F]
class Files[F]

Value members

Abstract methods

def updateByExternalId(items: Map[String, U]): F[Seq[R]]

Concrete methods

def updateOneByExternalId(id: String, item: U): F[R]

Inherited fields

val baseUrl: Uri
Inherited from
BaseUrl