From b91faeeb8e190df5e15a5f610d262c9ed39f5825 Mon Sep 17 00:00:00 2001 From: Kathy <153706637+kathayl@users.noreply.github.com> Date: Mon, 21 Apr 2025 12:00:42 -0700 Subject: [PATCH 1/2] Update index.mdx add note that REST API usage not yet reflected in dashboard --- src/content/docs/browser-rendering/rest-api/index.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/content/docs/browser-rendering/rest-api/index.mdx b/src/content/docs/browser-rendering/rest-api/index.mdx index 0bc2a5fdba5f2e7..d265ab125b6dc10 100644 --- a/src/content/docs/browser-rendering/rest-api/index.mdx +++ b/src/content/docs/browser-rendering/rest-api/index.mdx @@ -19,3 +19,9 @@ Use the REST API when you need a fast, simple way to perform common browser task Before you begin, make sure you [create a custom API Token](/fundamentals/api/get-started/create-token/) with the following permissions: - `Browser Rendering - Edit` + +:::note[Note] + +Currently, the Cloudflare dashboard displays usage metrics exclusively for the Workers Binding API method. Usage data for the REST API is not yet available in the dashboard. We are actively working on adding REST API usage metrics to the dashboard. + +::: From 8a4d3258bb5e2a1390d4b568a231e3f28cffb37a Mon Sep 17 00:00:00 2001 From: Kody Jackson Date: Mon, 21 Apr 2025 14:24:32 -0500 Subject: [PATCH 2/2] Update src/content/docs/browser-rendering/rest-api/index.mdx --- src/content/docs/browser-rendering/rest-api/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/browser-rendering/rest-api/index.mdx b/src/content/docs/browser-rendering/rest-api/index.mdx index d265ab125b6dc10..c9f6901eaf69863 100644 --- a/src/content/docs/browser-rendering/rest-api/index.mdx +++ b/src/content/docs/browser-rendering/rest-api/index.mdx @@ -22,6 +22,6 @@ Before you begin, make sure you [create a custom API Token](/fundamentals/api/ge :::note[Note] -Currently, the Cloudflare dashboard displays usage metrics exclusively for the Workers Binding API method. Usage data for the REST API is not yet available in the dashboard. We are actively working on adding REST API usage metrics to the dashboard. +Currently, the Cloudflare dashboard displays usage metrics exclusively for the [Workers Binding API method](/browser-rendering/workers-binding-api/). Usage data for the REST API is not yet available in the dashboard. We are actively working on adding REST API usage metrics to the dashboard. :::