Field | Type | Required | Description | Example |
---|---|---|---|---|
id |
string | ✔️ | id | |
xRespectReviewSettings |
string | ➖ | Optional header to respect review settings for mutation endpoints. | |
multiRuleUpdateDto |
components.MultiRuleUpdateDto | ✔️ | N/A | { "rules": [ { "name": "All Conditions", "id": "38ttpCpzrQFTMKcqFKk02l:10.00:1", "baseID": "38ttpCpzrQFTMKcqFKk02l", "passPercentage": 10, "conditions": [ { "type": "user_id", "operator": "any", "targetValue": [ 0 ], "field": "string", "customID": "string" } ], "returnValue": {}, "returnValueJson5": {}, "environments": [ "string" ] } ] } |