File tree 3 files changed +6
-6
lines changed
src/resources/botnet-feed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1707
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-410f464b570cad066fe52a9af4c42115a28082059525ddbad37575d3c360e4cd .yml
3
- openapi_spec_hash : b67cf7b9b0710d979d30b1c56ce63ad1
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-347dc7f0e422d410bbddf18705f2b136258d6b7a8c75b046e0ecf7725d63a948 .yml
3
+ openapi_spec_hash : 5932c17e25baaacaa43d6699fd30d065
4
4
config_hash : e30b863eac83985d5919f958f3cd8993
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export interface ASNFullReportResponse {
60
60
61
61
export interface ASNDayReportParams {
62
62
/**
63
- * Path param: Identifier
63
+ * Path param: Identifier.
64
64
*/
65
65
account_id : string ;
66
66
@@ -72,7 +72,7 @@ export interface ASNDayReportParams {
72
72
73
73
export interface ASNFullReportParams {
74
74
/**
75
- * Identifier
75
+ * Identifier.
76
76
*/
77
77
account_id : string ;
78
78
}
Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ export interface ASNGetResponse {
44
44
45
45
export interface ASNDeleteParams {
46
46
/**
47
- * Identifier
47
+ * Identifier.
48
48
*/
49
49
account_id : string ;
50
50
}
51
51
52
52
export interface ASNGetParams {
53
53
/**
54
- * Identifier
54
+ * Identifier.
55
55
*/
56
56
account_id : string ;
57
57
}
You can’t perform that action at this time.
0 commit comments