@@ -436,7 +436,7 @@ def edit(
436
436
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
437
437
) -> RulesetsRulesetResponse :
438
438
"""
439
- Updates an existing rule in an account ruleset.
439
+ Updates an existing rule in an account or zone ruleset.
440
440
441
441
Args:
442
442
ruleset_id: The unique ID of the ruleset.
@@ -497,7 +497,7 @@ def edit(
497
497
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
498
498
) -> RulesetsRulesetResponse :
499
499
"""
500
- Updates an existing rule in an account ruleset.
500
+ Updates an existing rule in an account or zone ruleset.
501
501
502
502
Args:
503
503
ruleset_id: The unique ID of the ruleset.
@@ -558,7 +558,7 @@ def edit(
558
558
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
559
559
) -> RulesetsRulesetResponse :
560
560
"""
561
- Updates an existing rule in an account ruleset.
561
+ Updates an existing rule in an account or zone ruleset.
562
562
563
563
Args:
564
564
ruleset_id: The unique ID of the ruleset.
@@ -619,7 +619,7 @@ def edit(
619
619
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
620
620
) -> RulesetsRulesetResponse :
621
621
"""
622
- Updates an existing rule in an account ruleset.
622
+ Updates an existing rule in an account or zone ruleset.
623
623
624
624
Args:
625
625
ruleset_id: The unique ID of the ruleset.
@@ -1133,7 +1133,7 @@ async def edit(
1133
1133
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
1134
1134
) -> RulesetsRulesetResponse :
1135
1135
"""
1136
- Updates an existing rule in an account ruleset.
1136
+ Updates an existing rule in an account or zone ruleset.
1137
1137
1138
1138
Args:
1139
1139
ruleset_id: The unique ID of the ruleset.
@@ -1194,7 +1194,7 @@ async def edit(
1194
1194
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
1195
1195
) -> RulesetsRulesetResponse :
1196
1196
"""
1197
- Updates an existing rule in an account ruleset.
1197
+ Updates an existing rule in an account or zone ruleset.
1198
1198
1199
1199
Args:
1200
1200
ruleset_id: The unique ID of the ruleset.
@@ -1255,7 +1255,7 @@ async def edit(
1255
1255
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
1256
1256
) -> RulesetsRulesetResponse :
1257
1257
"""
1258
- Updates an existing rule in an account ruleset.
1258
+ Updates an existing rule in an account or zone ruleset.
1259
1259
1260
1260
Args:
1261
1261
ruleset_id: The unique ID of the ruleset.
@@ -1316,7 +1316,7 @@ async def edit(
1316
1316
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
1317
1317
) -> RulesetsRulesetResponse :
1318
1318
"""
1319
- Updates an existing rule in an account ruleset.
1319
+ Updates an existing rule in an account or zone ruleset.
1320
1320
1321
1321
Args:
1322
1322
ruleset_id: The unique ID of the ruleset.
0 commit comments