Skip to content

Commit 77c866e

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 2d2081a commit 77c866e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

algoliasearch/src/main/java/com/algolia/api/SearchClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,7 @@ public <T> CompletableFuture<BrowseResponse<T>> browseAsync(
678678
.setPath("/1/indexes/{indexName}/browse", indexName)
679679
.setMethod("POST")
680680
.setBody(browseParams)
681+
.setRead(true)
681682
.build();
682683
return executeAsync(request, requestOptions, BrowseResponse.class, innerType);
683684
}

0 commit comments

Comments
 (0)