Skip to content

Commit

Permalink
feat(api): update via SDK Studio (#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jul 5, 2024
1 parent 9a14329 commit 129fdd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cloudflare/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def __init__(
@property
@override
def qs(self) -> Querystring:
return Querystring(array_format="repeat")
return Querystring(nested_format="dots", array_format="repeat")

@property
@override
Expand Down Expand Up @@ -717,7 +717,7 @@ def __init__(
@property
@override
def qs(self) -> Querystring:
return Querystring(array_format="repeat")
return Querystring(nested_format="dots", array_format="repeat")

@property
@override
Expand Down

0 comments on commit 129fdd8

Please sign in to comment.