[RAM] Fix issue with frequency.notify_when snake_case in API requests #148572
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Alerting/RulesManagement
Issues related to the Rules Management UX
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
v8.7.0
When moving frequency properties from the rule level to action level, we ran into an issue converting between camelCase and snake_case in nested parameters. This forced us to use
frequency.notifyWhen
as the only camelCased property in a rule create/update/etc. request.Investigate exactly what's causing this issue and fix it.
The text was updated successfully, but these errors were encountered: