putD

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

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