| title | Create Elimination Config |
|---|---|
| description | Curl example for creating elimination config. |
curl --location "$BASE_URL/rule/create" \
--header "$AUTH_HEADER" \
--header "Content-Type: application/json" \
--data '{
"merchant_id": "merchant_demo",
"config": {
"type": "elimination",
"data": {
"bucketSize": 5,
"eliminationThreshold": 0.2
}
}
}'{ "merchant_id": "merchant_demo", "config": { "type": "elimination" } }