mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated docs
This commit is contained in:
@@ -302,7 +302,7 @@ $utopia->patch('/v1/account/prefs')
|
||||
->label('scope', 'account')
|
||||
->label('sdk.namespace', 'account')
|
||||
->label('sdk.method', 'updatePrefs')
|
||||
->param('prefs', '', function () { return new \Utopia\Validator\Mock();}, 'Prefs key-value JSON object string.')
|
||||
->param('prefs', '', function () { return new \Utopia\Validator\Mock();}, 'Prefs key-value JSON object.')
|
||||
->label('sdk.description', '/docs/references/account/update-prefs.md')
|
||||
->action(
|
||||
function ($prefs) use ($response, $user, $projectDB, $audit) {
|
||||
|
||||
Reference in New Issue
Block a user