Skip to content

Commit

Permalink
fix(specs): use the read transporter for browse (generated)
Browse files Browse the repository at this point in the history
  • Loading branch information
algolia-bot committed Oct 10, 2024
1 parent 2d2081a commit 77c866e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@ public <T> CompletableFuture<BrowseResponse<T>> browseAsync(
.setPath("/1/indexes/{indexName}/browse", indexName)
.setMethod("POST")
.setBody(browseParams)
.setRead(true)
.build();
return executeAsync(request, requestOptions, BrowseResponse.class, innerType);
}
Expand Down

0 comments on commit 77c866e

Please sign in to comment.