@@ -1967,7 +1967,7 @@ class SetConfigRuleActionParameters(TypedDict, total=False):
19671967 """Configure the Polish level."""
19681968
19691969 rocket_loader : bool
1970- """Turn on or off Rocket Loader"""
1970+ """Turn on or off Rocket Loader. """
19711971
19721972 security_level : Literal ["off" , "essentially_off" , "low" , "medium" , "high" , "under_attack" ]
19731973 """Configure the Security Level."""
@@ -2394,12 +2394,12 @@ class SetCacheSettingsRuleActionParametersCacheKeyCustomKey(TypedDict, total=Fal
23942394
23952395class SetCacheSettingsRuleActionParametersCacheKey (TypedDict , total = False ):
23962396 cache_by_device_type : bool
2397- """Separate cached content based on the visitor’s device type"""
2397+ """Separate cached content based on the visitor’s device type. """
23982398
23992399 cache_deception_armor : bool
24002400 """
24012401 Protect from web cache deception attacks while allowing static assets to be
2402- cached
2402+ cached.
24032403 """
24042404
24052405 custom_key : SetCacheSettingsRuleActionParametersCacheKeyCustomKey
@@ -2440,7 +2440,7 @@ class SetCacheSettingsRuleActionParametersEdgeTTLStatusCodeTTLStatusCodeRange(
24402440 _SetCacheSettingsRuleActionParametersEdgeTTLStatusCodeTTLStatusCodeRangeReservedKeywords , total = False
24412441):
24422442 to : Required [int ]
2443- """response status code upper bound"""
2443+ """Response status code upper bound. """
24442444
24452445
24462446class SetCacheSettingsRuleActionParametersEdgeTTLStatusCodeTTL (TypedDict , total = False ):
@@ -2456,18 +2456,18 @@ class SetCacheSettingsRuleActionParametersEdgeTTLStatusCodeTTL(TypedDict, total=
24562456 """The range of status codes used to apply the selected mode."""
24572457
24582458 status_code_value : int
2459- """Set the ttl for responses with this specific status code"""
2459+ """Set the TTL for responses with this specific status code. """
24602460
24612461
24622462class SetCacheSettingsRuleActionParametersEdgeTTL (TypedDict , total = False ):
24632463 default : Required [int ]
24642464 """The TTL (in seconds) if you choose override_origin mode."""
24652465
24662466 mode : Required [Literal ["respect_origin" , "bypass_by_default" , "override_origin" ]]
2467- """edge ttl options"""
2467+ """Edge TTL options. """
24682468
24692469 status_code_ttl : Required [Iterable [SetCacheSettingsRuleActionParametersEdgeTTLStatusCodeTTL ]]
2470- """List of single status codes, or status code ranges to apply the selected mode"""
2470+ """List of single status codes, or status code ranges to apply the selected mode. """
24712471
24722472
24732473class SetCacheSettingsRuleActionParametersServeStale (TypedDict , total = False ):
@@ -2521,7 +2521,7 @@ class SetCacheSettingsRuleActionParameters(TypedDict, total=False):
25212521 origin_error_page_passthru : bool
25222522 """Generate Cloudflare error pages from issues sent from the origin server.
25232523
2524- When on, error pages will trigger for issues from the origin
2524+ When on, error pages will trigger for issues from the origin.
25252525 """
25262526
25272527 read_timeout : int
0 commit comments