import { Database } from "https://deno.land/x/appwrite@2.0.2/mod.ts";
Update Document
Update a document by its unique ID. Using the patch method you can pass only specific fields that will get updated.
Type Parameters
Document extends Models.Document