PUT

/api/v1/flags/{flagKey}/rules/{id}

Bearer*
curl --request PUT \
     --url https://try.flipt.io/api/v1/flags/{flagKey}/rules/{id} \
     --header 'Authorization: Bearer AUTH_VALUE' \
     --header 'Content-Type: application/json' \
     --data '{
 "segmentKey": "string"
}'

Parameters

flagKeyRequired
string
idRequired
string

Body

segmentKeyRequired
string