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
algolia/api-clients-automation#3938

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
  • Loading branch information
algolia-bot committed Oct 10, 2024
1 parent 6ba14b7 commit 50153be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions algoliasearch/search/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ async def browse_with_http_info(
data=dumps(body_serializer(_data)),
user_request_options=request_options,
),
use_read_transporter=False,
use_read_transporter=True,
)

async def browse(
Expand Down Expand Up @@ -6228,7 +6228,7 @@ def browse_with_http_info(
data=dumps(body_serializer(_data)),
user_request_options=request_options,
),
use_read_transporter=False,
use_read_transporter=True,
)

def browse(
Expand Down

0 comments on commit 50153be

Please sign in to comment.