From 80ac93e0d949faa2bf53ef423135d7adbb4f3fea Mon Sep 17 00:00:00 2001 From: Thomas Gauvin <35609369+thomasgauvin@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:31:28 -0500 Subject: [PATCH] Update limits.mdx --- src/content/docs/kv/platform/limits.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/content/docs/kv/platform/limits.mdx b/src/content/docs/kv/platform/limits.mdx index 38166ad8b87608..d2f3d3e2a072d6 100644 --- a/src/content/docs/kv/platform/limits.mdx +++ b/src/content/docs/kv/platform/limits.mdx @@ -31,8 +31,12 @@ import { Render } from "~/components" :::note[Free versus Paid plan pricing] - Refer to [KV pricing](/kv/platform/pricing/) to review the specific KV operations you are allowed under each plan with their pricing. +::: + +:::note[Workers KV REST API limits] + +Using the REST API to access Cloudflare Workers KV is subject to the [rate limits that apply to all operations of the Cloudflare REST API](/fundamentals/api/reference/limits). :::