diff --git a/src/Contacts/ContactApi.php b/src/Contacts/ContactApi.php index 4fef993..726fc7d 100644 --- a/src/Contacts/ContactApi.php +++ b/src/Contacts/ContactApi.php @@ -56,7 +56,7 @@ public function get($accessToken, $userId) /** * @inheritdoc */ - public function update($accessToken, $userId, $name = null, $mobile = null, array $departmentIds = [], array $options = []) + public function update($accessToken, $userId, $name = null, $mobile = null, array $departmentIds = null, array $options = []) { $data = [ 'userid' => $userId,