From 3b3ca2556835a42650cd1ab4407ac81b76767181 Mon Sep 17 00:00:00 2001 From: Daniel Walsh Date: Tue, 29 Apr 2025 10:30:10 +0100 Subject: [PATCH] Fix KV API docs link to bulk write --- src/content/docs/kv/api/write-key-value-pairs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/kv/api/write-key-value-pairs.mdx b/src/content/docs/kv/api/write-key-value-pairs.mdx index 1554ed53f9cd544..a9ff76e3ad021d2 100644 --- a/src/content/docs/kv/api/write-key-value-pairs.mdx +++ b/src/content/docs/kv/api/write-key-value-pairs.mdx @@ -84,7 +84,7 @@ Refer to [How KV works](/kv/concepts/how-kv-works/) for more information on this ### Write data in bulk -Write more than one key-value pair at a time with Wrangler or [via the REST API](/api/resources/kv/subresources/namespaces/methods/bulk_update/). +Write more than one key-value pair at a time with Wrangler or [via the REST API](/api/resources/kv/subresources/namespaces/subresources/keys/methods/bulk_update/). The bulk API can accept up to 10,000 KV pairs at once.