Update a Feature Flag Rule

Request URI for Updating a Feature Flag Rule

PATCH /accounts/123456/environments/1/features/1/rules/1

Sample Request Body

{
     "campaignData": {
        "percentSplit": 10,
        "variations": [
            {
                "featureVariationId": 1
            }
        ]
    }
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!