patchD

inline fun <T : Any> Route.patchD(noinline body: suspend PipelineContext<Unit, ApplicationCall>.(T) -> Unit): Route

Defines a patch route handler for the given resource, additionally registering its description.