Skip to content

Commit 7cace87

Browse files
feat(api): api update (#2537)
1 parent b1a4155 commit 7cace87

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 1608
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-5c38fb33973e8a1c8c9dfed0597fce81a92cf4386366d4f58dce66b03910b51a.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-1262c056c1a957a9f964d7845c8042860f6402b5861d1d44f16a4185bfb2638f.yml

requirements-dev.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# all-features: true
88
# with-sources: false
99
# generate-hashes: false
10+
# universal: false
1011

1112
-e file:.
1213
annotated-types==0.6.0

requirements.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# all-features: true
88
# with-sources: false
99
# generate-hashes: false
10+
# universal: false
1011

1112
-e file:.
1213
annotated-types==0.6.0

src/cloudflare/resources/cloudforce_one/scans/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def list(
120120
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
121121
) -> SyncSinglePage[ConfigListResponse]:
122122
"""
123-
Get the Scan Config for An Account
123+
List Scan Configs
124124
125125
Args:
126126
account_id: Account ID
@@ -236,7 +236,7 @@ def list(
236236
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
237237
) -> AsyncPaginator[ConfigListResponse, AsyncSinglePage[ConfigListResponse]]:
238238
"""
239-
Get the Scan Config for An Account
239+
List Scan Configs
240240
241241
Args:
242242
account_id: Account ID

0 commit comments

Comments
 (0)