We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00226f commit 613b96aCopy full SHA for 613b96a
1 file changed
lib/Api/ContactsApi.php
@@ -2046,12 +2046,7 @@ protected function fetchContactsRequest($groupIds = null)
2046
$multipart = false;
2047
2048
// query params
2049
- if (is_array($groupIds)) {
2050
- $groupIds = ObjectSerializer::serializeCollection($groupIds, 'multi', true);
2051
- }
2052
- if ($groupIds !== null) {
2053
- $queryParams['groupIds'] = ObjectSerializer::toQueryValue($groupIds);
2054
+ $queryParams['groupIds'] = $groupIds;
2055
2056
2057
// body params
0 commit comments