We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.x, v2.x
The ability to update a RulesetRule position by PATCH:
https://developers.cloudflare.com/ruleset-engine/rulesets-api/update-rule/#change-the-order-of-a-rule-in-a-ruleset
Looks to be missing from API docs too.
RulesetRule struct is missing Position field.
cloudflare-go/rulesets.go
Lines 648 to 663 in 1096abb
The text was updated successfully, but these errors were encountered:
fix: add Position to RulesetRule
427dfaf
This will allow to update position of a specific rule in PATCH: * fixes: cloudflare#1938 * https://developers.cloudflare.com/ruleset-engine/rulesets-api/update-rule/#change-the-order-of-a-rule-in-a-ruleset
position is not currently documented within the API schemas so this won't be generating today.
position
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Confirmation
cloudflare-go version
v0.x, v2.x
Expected output
The ability to update a RulesetRule position by PATCH:
https://developers.cloudflare.com/ruleset-engine/rulesets-api/update-rule/#change-the-order-of-a-rule-in-a-ruleset
Looks to be missing from API docs too.
Code demonstrating the issue
RulesetRule struct is missing Position field.
cloudflare-go/rulesets.go
Lines 648 to 663 in 1096abb
The text was updated successfully, but these errors were encountered: