put

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