
ReshmaA.31668 (Customer) asked a question.
Hi, We are trying to update the routing rule using API. The routing rule name is already known. Found this API PUT /api/v1/policies/${policyId}/rules/${ruleId} , but it needs ruleId.
The challenge here is getting the rule id corresponding to the existing routing rule, which we want to update.
Saw the below API is returning all routing rules, with all attributes and rule Id
GET /api/v1/policies/${policyId}/rules, is there a filter option(filter by rule name) on this API.? So that we will get the rule id and use it in PUT API. Or is there any API for updating using the routing rule name?
Thanks
