Skip to content

Commit d30643b

Browse files
feat(api): api update
1 parent d410338 commit d30643b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 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
44
config_hash: 67f412c990647f3cb598378fa22a9db5

src/resources/cloud-connector/rules.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ export namespace RuleListResponse {
106106

107107
export interface RuleUpdateParams {
108108
/**
109-
* Path param: Identifier
109+
* Path param: Identifier.
110110
*/
111111
zone_id: string;
112112

113113
/**
114-
* Body param: List of Cloud Connector rules
114+
* Body param:
115115
*/
116116
rules?: Array<RuleUpdateParams.Rule>;
117117
}
@@ -152,7 +152,7 @@ export namespace RuleUpdateParams {
152152

153153
export interface RuleListParams {
154154
/**
155-
* Identifier
155+
* Identifier.
156156
*/
157157
zone_id: string;
158158
}

0 commit comments

Comments
 (0)