File tree 2 files changed +5
-5
lines changed
src/resources/cloud-connector
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 1704
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-2558a93cb942c4b5c643bb06b7d0e82966ee4a2acbfdb94c8db755f566070c32 .yml
3
- openapi_spec_hash : 9b4f91a314f3c6d8ef27824c3c0fc830
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-b42cd13a683c26b8cd08fba6f389a30580db8723a0767634d11574e20e01e635 .yml
3
+ openapi_spec_hash : cb9bcc381cc1607ef6dd1041b3308530
4
4
config_hash : 67f412c990647f3cb598378fa22a9db5
Original file line number Diff line number Diff line change @@ -106,12 +106,12 @@ export namespace RuleListResponse {
106
106
107
107
export interface RuleUpdateParams {
108
108
/**
109
- * Path param: Identifier
109
+ * Path param: Identifier.
110
110
*/
111
111
zone_id : string ;
112
112
113
113
/**
114
- * Body param: List of Cloud Connector rules
114
+ * Body param:
115
115
*/
116
116
rules ?: Array < RuleUpdateParams . Rule > ;
117
117
}
@@ -152,7 +152,7 @@ export namespace RuleUpdateParams {
152
152
153
153
export interface RuleListParams {
154
154
/**
155
- * Identifier
155
+ * Identifier.
156
156
*/
157
157
zone_id : string ;
158
158
}
You can’t perform that action at this time.
0 commit comments