Skip to content

Commit 7c6b0fd

Browse files
committed
fix(specs): use the read transporter for browse (generated)
algolia/api-clients-automation#3938 Co-authored-by: algolia-bot <[email protected]>
1 parent 9014e91 commit 7c6b0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Api/SearchClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ public function browse($indexName, $browseParams = null, $requestOptions = [])
484484
);
485485
}
486486

487-
return $this->sendRequest('POST', $resourcePath, $headers, $queryParameters, $httpBody, $requestOptions);
487+
return $this->sendRequest('POST', $resourcePath, $headers, $queryParameters, $httpBody, $requestOptions, true);
488488
}
489489

490490
/**

0 commit comments

Comments
 (0)