Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/src/services/database.ts>Database#updateCollection

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Database.prototype.updateCollection
import { Database } from "https://deno.land/x/appwrite@0.4.0/src/services/database.ts";

Update Collection

Update a collection by its unique ID.

Type Parameters

T extends unknown

Parameters

collectionId: string
name: string
optional
read: string[]
optional
write: string[]
optional
rules: string[]

Returns

Promise<T>