From 725dd9287ed32939e0e03b87b8b879331a832e8f Mon Sep 17 00:00:00 2001 From: Jonas Bushart Date: Mon, 5 Jan 2026 13:42:21 +0200 Subject: [PATCH] [Ruleset Engine] Fields reference: Fix data type of cf.bot_management.static_resource and cf.edge.server_port (#27291) --- src/content/fields/index.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/fields/index.yaml b/src/content/fields/index.yaml index e2b70dff8f..30624402fa 100644 --- a/src/content/fields/index.yaml +++ b/src/content/fields/index.yaml @@ -552,7 +552,7 @@ entries: Requires a Cloudflare Enterprise plan with [Bot Management](/bots/plans/bm-subscription/) enabled. - name: cf.bot_management.static_resource - data_type: Number + data_type: Boolean categories: [Request, Bots] keywords: [request, bots, client, visitor] plan_info_label: Enterprise add-on @@ -625,7 +625,7 @@ entries: This field is only meaningful for [BYOIP customers](/byoip/). - name: cf.edge.server_port - data_type: IP address + data_type: Number categories: [Request] keywords: [request, cloudflare, client, visitor] summary: Represents the port number at which the Cloudflare global network received the request.