Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 7.91 KB

consolev1dynamicconfigcontrollergenruleupdaterequest.md

File metadata and controls

11 lines (8 loc) · 7.91 KB

ConsoleV1DynamicConfigControllerGenRuleUpdateRequest

Fields

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"
]
}