1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

Updated docs

This commit is contained in:
eldadfux 2019-08-25 13:36:03 +03:00
parent ca233a0017
commit e940d89046

View file

@ -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,
],