Field | Type | Required | Description | Example |
---|---|---|---|---|
id |
string | ✔️ | Dynamic Config ID | |
ruleId |
string | ✔️ | Rule ID | |
xRespectReviewSettings |
string | ➖ | Optional header to respect review settings for mutation endpoints. | |
ruleUpdateDto |
components.RuleUpdateDto | ✔️ | N/A | { "name": "All Conditions", "id": "38ttpCpzrQFTMKcqFKk02l:10.00:1", "baseID": "38ttpCpzrQFTMKcqFKk02l", "passPercentage": 10, "conditions": [ { "type": "user_id", "targetValue": [ "35sClJFs8l0y5uRQhDwUDo" ], "operator": "any" } ], "environments": [ "staging" ] } |