Skip to content

Commit e87cc3c

Browse files
committed
Moved note inside API information.
1 parent 462e16e commit e87cc3c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/content/docs/cache/how-to/cache-rules/settings.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,6 @@ This rule can also be used to specify Cache Reserve eligibility for website reso
246246
Cloudflare will still enforce the plan-based [cacheable file limits](/cache/concepts/default-cache-behavior/#customization-options-and-limits) when using this configuration.
247247
:::
248248

249-
:::note
250-
251-
If `minimum_file_size` is omitted and `eligible` is true, Cloudflare will use 0 bytes by default.
252-
:::
253-
254249
<Details header="API information">
255250

256251
API configuration object name: `"cache_reserve"`.
@@ -267,6 +262,10 @@ API property name for enabling Cache Reserve: `"eligible"` (boolean).
267262
}
268263
```
269264

265+
:::note
266+
If `minimum_file_size` is omitted and `eligible` is true, Cloudflare will use 0 bytes by default.
267+
:::
268+
270269
Refer to [Create a cache rule via API](/cache/how-to/cache-rules/create-api/#example-requests) for complete API examples.
271270

272271

0 commit comments

Comments
 (0)