Skip to content

Commit abfc0fa

Browse files
chore(api): update composite API spec
1 parent 55d06fc commit abfc0fa

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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: 1916
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-798eb47dc103012908f98427006c328dc2e2c4180f64475a0b4a0024b8b08b2d.yml
3-
openapi_spec_hash: 6a086a5cf79a5e71fb725425bbdef06b
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-cc732ca8d1d7f1c11a1ee579060ddfd8f953a3ad94fd5053056b53370129d040.yml
3+
openapi_spec_hash: a3e1e833dfe13845abd1e2227993a979
44
config_hash: 0c4384f215154a287ab7fbe937bf1621

cloudforce_one/threateventattacker.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ func (r threatEventAttackerListResponseItemsJSON) RawJSON() string {
9595
type ThreatEventAttackerListParams struct {
9696
// Account ID.
9797
AccountID param.Field[string] `path:"account_id,required"`
98-
// Array of dataset IDs to query attackers from. If not provided, returns all
99-
// attackers from Event DO tables.
98+
// Array of dataset IDs to query attackers from. If not provided, uses the default
99+
// dataset.
100100
DatasetIDs param.Field[[]string] `query:"datasetIds"`
101101
}
102102

cloudforce_one/threateventcategory.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ func (r ThreatEventCategoryNewParams) MarshalJSON() (data []byte, err error) {
261261
type ThreatEventCategoryListParams struct {
262262
// Account ID.
263263
AccountID param.Field[string] `path:"account_id,required"`
264-
// Array of dataset IDs to query categories from. If not provided, returns all
265-
// categories from D1 database.
264+
// Array of dataset IDs to query categories from. If not provided, uses the default
265+
// dataset.
266266
DatasetIDs param.Field[[]string] `query:"datasetIds"`
267267
}
268268

cloudforce_one/threateventtargetindustry.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ func (r threatEventTargetIndustryListResponseItemsJSON) RawJSON() string {
9595
type ThreatEventTargetIndustryListParams struct {
9696
// Account ID.
9797
AccountID param.Field[string] `path:"account_id,required"`
98-
// Array of dataset IDs to query target industries from. If not provided, returns
99-
// all target industries from Event tables across all datasets.
98+
// Array of dataset IDs to query target industries from. If not provided, uses the
99+
// default dataset.
100100
DatasetIDs param.Field[[]string] `query:"datasetIds"`
101101
}
102102

0 commit comments

Comments
 (0)