1
0
Fork 0
mirror of synced 2024-06-18 18:54:55 +12:00

Updated docs

This commit is contained in:
Eldad Fux 2020-02-08 20:51:49 +02:00
parent 0d465eceb9
commit ff524ab180

View file

@ -969,7 +969,7 @@ $utopia->delete('/v1/account/sessions')
);
$utopia->post('/v1/account/recovery')
->desc('Password Recovery')
->desc('Create Password Recovery')
->label('scope', 'public')
->label('sdk.platform', [APP_PLATFORM_CLIENT])
->label('sdk.namespace', 'account')
@ -1061,7 +1061,7 @@ $utopia->post('/v1/account/recovery')
);
$utopia->put('/v1/account/recovery')
->desc('Password Reset')
->desc('Complete Password Recovery')
->label('scope', 'public')
->label('sdk.platform', [APP_PLATFORM_CLIENT])
->label('sdk.namespace', 'account')