PUT

/api/v1/segments/{segmentKey}/constraints/{id}

Bearer*
curl --request PUT \
     --url https://try.flipt.io/api/v1/segments/{segmentKey}/constraints/{id} \
     --header 'Authorization: Bearer AUTH_VALUE' \
     --header 'Content-Type: application/json' \
     --data '{
 "type": "string",
 "property": "string",
 "operator": "string"
}'

Parameters

segmentKeyRequired
string
idRequired
string

Body

typeRequired
string

The default is UNKNOWN_COMPARISON_TYPE

Available options: UNKNOWN_COMPARISON_TYPE, STRING_COMPARISON_TYPE, NUMBER_COMPARISON_TYPE, BOOLEAN_COMPARISON_TYPE
propertyRequired
string
operatorRequired
string
value
string