diff --git a/app/controllers/api/users.php b/app/controllers/api/users.php index c1682174c0..3380145ab2 100644 --- a/app/controllers/api/users.php +++ b/app/controllers/api/users.php @@ -439,7 +439,7 @@ App::patch('/v1/users/:userId/verification') $response->dynamic($user, Response::MODEL_USER); }); -App::patch('/v1/users/:userId/verification') +App::patch('/v1/users/:userId/verification/phone') ->desc('Update Phone Verification') ->groups(['api', 'users']) ->label('event', 'users.[userId].update.verification')