Skip to content

Commit c3e3e1a

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 1ab6046 commit c3e3e1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

algoliasearch/Clients/SearchClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2199,6 +2199,7 @@ public async Task<BrowseResponse<T>> BrowseAsync<T>(string indexName, BrowsePara
21992199
requestOptions.PathParameters.Add("indexName", QueryStringHelper.ParameterToString(indexName));
22002200

22012201
requestOptions.Data = browseParams;
2202+
requestOptions.UseReadTransporter = true;
22022203
return await _transport.ExecuteRequestAsync<BrowseResponse<T>>(new HttpMethod("POST"), "/1/indexes/{indexName}/browse", requestOptions, cancellationToken).ConfigureAwait(false);
22032204
}
22042205

0 commit comments

Comments
 (0)