Hi All,
Our requirement is to use an api call for removing a cde term and adding another cde term associated to a rule.
we thought of using PUT /rule-versions/{id} api. However some points we noted.
- in one webapp for the ruke, if we remove cde and add another cde, the rule gets created as a newer version. We just want to update the existing version
Please let us know which api we can use?