mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 14:47:04 -05:00
[GH-ISSUE #3273] Rule REST API Issues #32421
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @the-kwak on GitHub (Jun 14, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/3273
Originally assigned to: @oschwartz10612 on GitHub.
Describe the Bug
When attempting to modify Rules using the POST request resource ID is not found.
When resource ID it changes when any other rule is created under that resource.
Thought it was a bug after upgrading. deleted everything and started from the install script and after up and running issue persisted.
Environment
To Reproduce
Use GET on resourceId to retrieve ruleId succecceful
eg.
Use POST on resourceId and ruleId returns:
After adding a new rule to the resource all ruleIds change:
rule added:
original ruleId 24 is now changed and still cannot be used in POST request:
Post request after ruleId changed
Expected Behavior
Expected behavior is for ruleId to not change when another rule is added.
as well as being able to update the rule after it is created by resourceId and ruleId.