Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 8.53 KB

consolev1dynamicconfigcontrollergenmultiruleupdaterequest.md

File metadata and controls

10 lines (7 loc) · 8.53 KB

ConsoleV1DynamicConfigControllerGenMultiRuleUpdateRequest

Fields

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