put

@Put(value = "/{+path}")
suspend fun put(@PathVariable path: String?, request: HttpRequest<*>, @Body body: JsonRpcRequest): HttpResponse<String>(source)