UpdateEntity

interface UpdateEntity<E : Any, PK : Any> : EntityRoute

Functions

Link copied to clipboard
open suspend fun hasUpdatePermission(call: RoutingCall): Boolean
Link copied to clipboard
abstract suspend fun put(call: RoutingCall, pk: PK, klass: KClass<E>)