Skip to content

Commit 7e1d8b7

Browse files
chore(api): update composite API spec
1 parent 6360c46 commit 7e1d8b7

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1889
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-e4fb7cf750cece208cf8dccfcb15c874fb8080895b4408a5ea3126699b655bb3.yml
3-
openapi_spec_hash: 57e3cae3ef38256110e089b7d289d0df
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-081b52b8bd2d45843c3f99258cf4f58931bc5cd76f0b5a470d1f9c780622de6e.yml
3+
openapi_spec_hash: f22dbbc469af9002ead666ae5699f045
44
config_hash: f02bc3ad56bdede6c515f996ca86012c

src/cloudflare/resources/cloudforce_one/threat_events/target_industries.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def list(
6060
account_id: Account ID.
6161
6262
dataset_ids: Array of dataset IDs to query target industries from. If not provided, returns
63-
all target industries from D1 Event table.
63+
all target industries from Event tables across all datasets.
6464
6565
extra_headers: Send extra headers
6666
@@ -126,7 +126,7 @@ async def list(
126126
account_id: Account ID.
127127
128128
dataset_ids: Array of dataset IDs to query target industries from. If not provided, returns
129-
all target industries from D1 Event table.
129+
all target industries from Event tables across all datasets.
130130
131131
extra_headers: Send extra headers
132132

src/cloudflare/types/cloudforce_one/threat_events/target_industry_list_params.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ class TargetIndustryListParams(TypedDict, total=False):
1717
dataset_ids: Annotated[SequenceNotStr[str], PropertyInfo(alias="datasetIds")]
1818
"""Array of dataset IDs to query target industries from.
1919
20-
If not provided, returns all target industries from D1 Event table.
20+
If not provided, returns all target industries from Event tables across all
21+
datasets.
2122
"""

0 commit comments

Comments
 (0)