Description of problem: There is the "edit" action with the "delete" http method in addition to the "edit" action with the "post" http method. The action name should be "delete" instead ("delete" action with "delete http method is missing, "delete" action with "post" method is present). Version-Release number of selected component (if applicable): 5.7.0.17 How reproducible: 100% Steps to Reproduce: Create an arbitration profile: POST /api/arbitration_rules { "description" : "new admin rule", "operation" : "inject", "expression" : { "EQUAL" : { "field" : "User-userid", "value" : "admin" } } } and check the arbitration rule: GET /api/arbitration_rules/:id
This endpoint is being deprecated, so we're unlikely to fix this