Skip to content

Commit b89b811

Browse files
feat(api): api update
1 parent 7bda216 commit b89b811

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1808
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-ebe20379d74c45512a8625a11a05b92c859bc2fc2ad6de85a30fed63b5c1626d.yml
3-
openapi_spec_hash: d414985ed083ee280ce992ef8cb6d118
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-3aece950c3206d9caa2b6b6caf802801942106ae954a35c56a9e933261d6732e.yml
3+
openapi_spec_hash: 359eb0bf0ed4f9f49bf79244d6fefdf8
44
config_hash: fb1054ab304fd59429dac3940d2ee05a

tests/api_resources/kv/test_namespaces.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def test_method_list_with_all_params(self, client: Cloudflare) -> None:
133133
direction="asc",
134134
order="id",
135135
page=1,
136-
per_page=5,
136+
per_page=1,
137137
)
138138
assert_matches_type(SyncV4PagePaginationArray[Namespace], namespace, path=["response"])
139139

@@ -574,7 +574,7 @@ async def test_method_list_with_all_params(self, async_client: AsyncCloudflare)
574574
direction="asc",
575575
order="id",
576576
page=1,
577-
per_page=5,
577+
per_page=1,
578578
)
579579
assert_matches_type(AsyncV4PagePaginationArray[Namespace], namespace, path=["response"])
580580

0 commit comments

Comments
 (0)