diff --git a/htdocs/user/class/api_users.class.php b/htdocs/user/class/api_users.class.php index 0458d2c98be..874e518511a 100644 --- a/htdocs/user/class/api_users.class.php +++ b/htdocs/user/class/api_users.class.php @@ -197,7 +197,9 @@ class Users extends DolibarrApi * * @param int $id Id of account to update * @param array $request_data Datas - * @return int + * @return array + * + * @throws RestException */ function put($id, $request_data = null) {