Rules
Update Rule
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"
}'
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"
}'