Skip to content

Commit

Permalink
Merge pull request #1140 from cloudflare/update-cache-rules-structs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Dec 5, 2022
2 parents f6e2924 + 1851bd7 commit fbc4770
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/1140.txt
@@ -0,0 +1,3 @@
```release-note:enhancement
cache_rules: add ignore option to query string struct
```
1 change: 1 addition & 0 deletions rulesets.go
Expand Up @@ -330,6 +330,7 @@ type RulesetRuleActionParametersCustomKeyFields struct {
type RulesetRuleActionParametersCustomKeyQuery struct {
Include *RulesetRuleActionParametersCustomKeyList `json:"include,omitempty"`
Exclude *RulesetRuleActionParametersCustomKeyList `json:"exclude,omitempty"`
Ignore *bool `json:"ignore,omitempty"`
}

type RulesetRuleActionParametersCustomKeyList struct {
Expand Down

0 comments on commit fbc4770

Please sign in to comment.