Skip to main content
Module

x/appwrite/mod.ts>Teams#updatePrefs

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Teams.prototype.updatePrefs
Re-export
import { Teams } from "https://deno.land/x/appwrite@10.0.0/mod.ts";

Update preferences

Update the team's preferences by its unique ID. The object you pass is stored as is and replaces any previous value. The maximum allowed prefs size is 64kB and throws an error if exceeded.

Parameters

teamId: string
prefs: object