Skip to content

Commit ea4b26d

Browse files
chore(api): update composite API spec
1 parent da105c7 commit ea4b26d

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: 1821
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-df1380110de4bd213f2d58dc4df48e37a9d8c31f1060370d540ef0996c929925.yml
3-
openapi_spec_hash: d8aafb10be079e6124b75dd5f1884dcb
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-e758fbd537ee6a6679a4b8930316dea8c62b76c2e1d50786767ae560edb9b8f7.yml
3+
openapi_spec_hash: 61a3fefb76f66f3392f46a9012434966
44
config_hash: 0ce5789fc4b59ae352e68d00847570c2

src/resources/zero-trust/gateway/rules.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ export interface GatewayRule {
295295

296296
/**
297297
* Specify the protocol or layer to evaluate the traffic, identity, and device
298-
* posture expressions.
298+
* posture expressions. Can only contain a single value.
299299
*/
300300
filters: Array<GatewayFilter>;
301301

@@ -1558,7 +1558,7 @@ export interface RuleCreateParams {
15581558

15591559
/**
15601560
* Body param: Specify the protocol or layer to evaluate the traffic, identity, and
1561-
* device posture expressions.
1561+
* device posture expressions. Can only contain a single value.
15621562
*/
15631563
filters?: Array<GatewayFilterParam>;
15641564

@@ -1689,7 +1689,7 @@ export interface RuleUpdateParams {
16891689

16901690
/**
16911691
* Body param: Specify the protocol or layer to evaluate the traffic, identity, and
1692-
* device posture expressions.
1692+
* device posture expressions. Can only contain a single value.
16931693
*/
16941694
filters?: Array<GatewayFilterParam>;
16951695

0 commit comments

Comments
 (0)