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

x/appwrite/src/services/users.ts>Users#updatePrefs

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

Update User Preferences

Update user preferences by its unique ID. You can pass only the specific settings you wish to update.

Parameters

userId: string

userId

prefs

Returns

Promise<string>

Promise