Skip to content

Commit 2d6e9a1

Browse files
chore(api): update composite API spec
1 parent 1842864 commit 2d6e9a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 1897
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

cloudforce_one/threateventtargetindustry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ type ThreatEventTargetIndustryListParams struct {
9696
// Account ID.
9797
AccountID param.Field[string] `path:"account_id,required"`
9898
// Array of dataset IDs to query target industries from. If not provided, returns
99-
// all target industries from D1 Event table.
99+
// all target industries from Event tables across all datasets.
100100
DatasetIDs param.Field[[]string] `query:"datasetIds"`
101101
}
102102

0 commit comments

Comments
 (0)