Update api_users.class.php

This commit is contained in:
ptibogxiv 2019-11-27 16:04:52 +01:00 committed by GitHub
parent bba4ed02d2
commit 825349e07e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -445,13 +445,13 @@ class Users extends DolibarrApi
} }
/** /**
* Get properties of an user object * Get properties of an group object
* *
* Return an array with group informations * Return an array with group informations
* *
* @url GET /groups/{group} * @url GET /groups/{group}
* *
* @param int $id ID of group * @param int $group ID of group
* @param int $load_members Load members list or not {@min 0} {@max 1} * @param int $load_members Load members list or not {@min 0} {@max 1}
* @return array Array of User objects * @return array Array of User objects
*/ */