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
Describe the bug
When you have a firewall rule group with only one singular rule in it and you are trying to delete that group, the API response keeps serving back
{'code': 400, 'message': "rule group 'rule_ids' array must be provided"}
I have tried feeding it:
[] // Empty array
None
Delete it entirely
Example syntax
The following syntax should work but does not when there is only one rule in the rule group.
This bug is confirmed! When provided the necessary payload elements for this operation when there is only one rule in the rule group, the rule_ids keyword is being discarded. This only occurs when rule_ids is an empty list.
Thank you for reporting this issue, we are working on addressing it now. In the interim you can use a raw body payload to accomplish this operation.
Describe the bug
When you have a firewall rule group with only one singular rule in it and you are trying to delete that group, the API response keeps serving back
{'code': 400, 'message': "rule group 'rule_ids' array must be provided"}
I have tried feeding it:
Example syntax
The following syntax should work but does not when there is only one rule in the rule group.
The text was updated successfully, but these errors were encountered: