Update Rule
PUT {{apiPath}}/environments/{{envID}}/propagation/rules/{{ruleID}}
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Update Rule.
Request Body
{"plan"=>{"id"=>"{{planID}}"}, "name"=>"updated rule", "environment"=>{"id"=>"{{envID}}"}, "sourceStore"=>{"id"=>"{{sourceStoreID}}"}, "targetStore"=>{"id"=>"{{targetStoreID}}"}, "groups"=>[{"id"=>"{{groupID}}"}], "populationExpression"=>"population.id eq \"{{popID}}\""}