Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno_es/mod.ts>Client#update

deno elasticsearch
Go to Latest
method Client.prototype.update
import { Client } from "https://deno.land/x/deno_es@v0.4.3/mod.ts";

update a document

Parameters

params: UpdateParams
optional
options: ExOptions

Returns

Promise<UpdatedInfo>