You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Whether to enable feature. values: on: enable; off: disable.",
194
194
},
195
195
"action": {
196
-
Type: schema.TypeInt,
196
+
Type: schema.TypeString,
197
197
Optional: true,
198
198
Description: "Cache action. values: full: retain all; ignore: ignore all; includeCustom: retain partial parameters; excludeCustom: ignore partial parameters. note: when switch is on, this field is required. when switch is off, this field is not required and will not take effect if filled.",
Copy file name to clipboardExpand all lines: website/docs/r/teo_l7_acc_rule.html.markdown
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -476,13 +476,13 @@ The `compression_parameters` object of `actions` supports the following:
476
476
477
477
The `cookie` object of `cache_key_parameters` supports the following:
478
478
479
-
*`action` - (Optional, Int) Cache action. values: full: retain all; ignore: ignore all; includeCustom: retain partial parameters; excludeCustom: ignore partial parameters. note: when switch is on, this field is required. when switch is off, this field is not required and will not take effect if filled.
479
+
*`action` - (Optional, String) Cache action. values: full: retain all; ignore: ignore all; includeCustom: retain partial parameters; excludeCustom: ignore partial parameters. note: when switch is on, this field is required. when switch is off, this field is not required and will not take effect if filled.
480
480
*`switch` - (Optional, String) Whether to enable feature. values: on: enable; off: disable.
481
481
*`values` - (Optional, List) Custom cache key cookie name list.
482
482
483
483
The `cookie` object of `upstream_request_parameters` supports the following:
484
484
485
-
*`action` - (Optional, Int) Origin-Pull request parameter cookie mode. this parameter is required when switch is on. valid values are: full: retain all; ignore: ignore all; includeCustom: retain partial parameters; excludeCustom: ignore partial parameters.
485
+
*`action` - (Optional, String) Origin-Pull request parameter cookie mode. this parameter is required when switch is on. valid values are: full: retain all; ignore: ignore all; includeCustom: retain partial parameters; excludeCustom: ignore partial parameters.
486
486
*`switch` - (Optional, String) Whether to enable the origin-pull request parameter cookie. valid values: on: enable; off: disable.
487
487
*`values` - (Optional, List) Specifies parameter values. this parameter takes effect only when the query string mode action is includecustom or excludecustom, and is used to specify the parameters to be reserved or ignored. up to 10 parameters are supported.
488
488
@@ -619,7 +619,7 @@ The `query_string` object of `cache_key_parameters` supports the following:
619
619
620
620
The `query_string` object of `upstream_request_parameters` supports the following:
621
621
622
-
*`action` - (Optional, Int) Query string mode. this parameter is required when switch is on. values: full: retain all; ignore: ignore all; includeCustom: retain partial parameters; excludeCustom: ignore partial parameters.
622
+
*`action` - (Optional, String) Query string mode. this parameter is required when switch is on. values: full: retain all; ignore: ignore all; includeCustom: retain partial parameters; excludeCustom: ignore partial parameters.
623
623
*`switch` - (Optional, String) Whether to enable origin-pull request parameter query string. values: on: enable; off: disable.
624
624
*`values` - (Optional, List) Specifies parameter values. this parameter takes effect only when the query string mode action is includecustom or excludecustom, and is used to specify the parameters to be reserved or ignored. up to 10 parameters are supported.
0 commit comments