Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/cloudflare/resources/firewall/access_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,9 @@ def edit(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> Optional[AccessRuleEditResponse]:
"""
Updates an IP Access rule defined at the account level.
Updates an IP Access rule defined.

Note: This operation will affect all zones in the account.
Note: This operation will affect all zones in the account or zone.

Args:
configuration: The rule configuration.
Expand Down Expand Up @@ -662,9 +662,9 @@ async def edit(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> Optional[AccessRuleEditResponse]:
"""
Updates an IP Access rule defined at the account level.
Updates an IP Access rule defined.

Note: This operation will affect all zones in the account.
Note: This operation will affect all zones in the account or zone.

Args:
configuration: The rule configuration.
Expand Down
16 changes: 8 additions & 8 deletions src/cloudflare/resources/rulesets/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def edit(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> RulesetsRulesetResponse:
"""
Updates an existing rule in an account ruleset.
Updates an existing rule in an account or zone ruleset.

Args:
ruleset_id: The unique ID of the ruleset.
Expand Down Expand Up @@ -497,7 +497,7 @@ def edit(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> RulesetsRulesetResponse:
"""
Updates an existing rule in an account ruleset.
Updates an existing rule in an account or zone ruleset.

Args:
ruleset_id: The unique ID of the ruleset.
Expand Down Expand Up @@ -558,7 +558,7 @@ def edit(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> RulesetsRulesetResponse:
"""
Updates an existing rule in an account ruleset.
Updates an existing rule in an account or zone ruleset.

Args:
ruleset_id: The unique ID of the ruleset.
Expand Down Expand Up @@ -619,7 +619,7 @@ def edit(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> RulesetsRulesetResponse:
"""
Updates an existing rule in an account ruleset.
Updates an existing rule in an account or zone ruleset.

Args:
ruleset_id: The unique ID of the ruleset.
Expand Down Expand Up @@ -1133,7 +1133,7 @@ async def edit(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> RulesetsRulesetResponse:
"""
Updates an existing rule in an account ruleset.
Updates an existing rule in an account or zone ruleset.

Args:
ruleset_id: The unique ID of the ruleset.
Expand Down Expand Up @@ -1194,7 +1194,7 @@ async def edit(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> RulesetsRulesetResponse:
"""
Updates an existing rule in an account ruleset.
Updates an existing rule in an account or zone ruleset.

Args:
ruleset_id: The unique ID of the ruleset.
Expand Down Expand Up @@ -1255,7 +1255,7 @@ async def edit(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> RulesetsRulesetResponse:
"""
Updates an existing rule in an account ruleset.
Updates an existing rule in an account or zone ruleset.

Args:
ruleset_id: The unique ID of the ruleset.
Expand Down Expand Up @@ -1316,7 +1316,7 @@ async def edit(
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
) -> RulesetsRulesetResponse:
"""
Updates an existing rule in an account ruleset.
Updates an existing rule in an account or zone ruleset.

Args:
ruleset_id: The unique ID of the ruleset.
Expand Down