diff --git a/app/config/services.php b/app/config/services.php index 77296f418e..5f17e990d3 100644 --- a/app/config/services.php +++ b/app/config/services.php @@ -72,6 +72,7 @@ return [ ], 'v1/users' => [ 'name' => 'Users', + 'description' => "The users' service allows you to to manage your users in admin mode, you can search, block and view your users' current sessions and latest activity.", 'controller' => 'controllers/users.php', 'sdk' => true, ],