File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/resources/zero-trust/gateway Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : 0ce5789fc4b59ae352e68d00847570c2
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments