diff --git a/app/controllers/api/account.php b/app/controllers/api/account.php index 0ed87bf84b..8f2c86b703 100644 --- a/app/controllers/api/account.php +++ b/app/controllers/api/account.php @@ -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')