From a3053fe3a7cab15d4e70d2e3b021fec192be66ec Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 18 Jan 2020 19:32:02 +0200 Subject: [PATCH] Updated docs --- app/controllers/account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/account.php b/app/controllers/account.php index 1d2515dcb5..eb73a070dc 100644 --- a/app/controllers/account.php +++ b/app/controllers/account.php @@ -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) {