File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
src/cloudflare/resources/cloudforce_one/scans Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11configured_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
Original file line number Diff line number Diff line change 77# all-features: true
88# with-sources: false
99# generate-hashes: false
10+ # universal: false
1011
1112-e file:.
1213annotated-types==0.6.0
Original file line number Diff line number Diff line change 77# all-features: true
88# with-sources: false
99# generate-hashes: false
10+ # universal: false
1011
1112-e file:.
1213annotated-types==0.6.0
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments