Skip to main content
Module

x/appwrite/mod.ts>Account#updatePrefs

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

Update preferences

Update currently logged in user account preferences. The object you pass is stored as is, and replaces any previous value. The maximum allowed prefs size is 64kB and throws error if exceeded.

Parameters

prefs: object