Skip to content

Commit

Permalink
Merge pull request cloudflare#778 from jacobbednarz/add-ruleset-actio…
Browse files Browse the repository at this point in the history
…n-parameter-phases

rulesets: add support for ActionParameters.Phases
  • Loading branch information
jacobbednarz authored Jan 14, 2022
2 parents bb89f76 + ae9c275 commit 5b3e676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rulesets.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ type RulesetRuleActionParameters struct {
URI *RulesetRuleActionParametersURI `json:"uri,omitempty"`
Headers map[string]RulesetRuleActionParametersHTTPHeader `json:"headers,omitempty"`
Products []string `json:"products,omitempty"`
Phases []string `json:"phases,omitempty"`
Overrides *RulesetRuleActionParametersOverrides `json:"overrides,omitempty"`
MatchedData *RulesetRuleActionParametersMatchedData `json:"matched_data,omitempty"`
Version string `json:"version,omitempty"`
Expand Down

0 comments on commit 5b3e676

Please sign in to comment.