1
0
Fork 0
mirror of synced 2024-09-30 01:08:13 +13:00

Updated docs

This commit is contained in:
Eldad Fux 2020-01-18 19:32:02 +02:00
parent ed21fb5fb1
commit a3053fe3a7

View file

@ -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) {