Skip to content

Commit 5e23502

Browse files
chore(api): update composite API spec
1 parent 80f0294 commit 5e23502

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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: 1908
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

src/resources/cloudforce-one/threat-events/attackers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ export interface AttackerListParams {
4040
account_id: string;
4141

4242
/**
43-
* Query param: Array of dataset IDs to query attackers from. If not provided,
44-
* returns all attackers from Event DO tables.
43+
* Query param: Array of dataset IDs to query attackers from. If not provided, uses
44+
* the default dataset.
4545
*/
4646
datasetIds?: Array<string>;
4747
}

src/resources/cloudforce-one/threat-events/categories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export interface CategoryListParams {
213213

214214
/**
215215
* Query param: Array of dataset IDs to query categories from. If not provided,
216-
* returns all categories from D1 database.
216+
* uses the default dataset.
217217
*/
218218
datasetIds?: Array<string>;
219219
}

src/resources/cloudforce-one/threat-events/target-industries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export interface TargetIndustryListParams {
4747

4848
/**
4949
* Query param: Array of dataset IDs to query target industries from. If not
50-
* provided, returns all target industries from Event tables across all datasets.
50+
* provided, uses the default dataset.
5151
*/
5252
datasetIds?: Array<string>;
5353
}

0 commit comments

Comments
 (0)