From 980e09d9cbd635b7ca0b07996a665c91f2bce630 Mon Sep 17 00:00:00 2001 From: stechedo <42300227+stechedo@users.noreply.github.com> Date: Tue, 5 Aug 2025 11:55:04 -0400 Subject: [PATCH 1/2] Update ip-geolocation.mdx Updating process for reporting an incorrect IP address --- src/content/docs/network/ip-geolocation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/network/ip-geolocation.mdx b/src/content/docs/network/ip-geolocation.mdx index 52ac2335fb9..21ac4028791 100644 --- a/src/content/docs/network/ip-geolocation.mdx +++ b/src/content/docs/network/ip-geolocation.mdx @@ -44,4 +44,4 @@ In order to use this data, you will need to then retrieve it from the [`CF-IPCou ## Report an incorrect IP location -If you find an incorrect IP location that is part of the [current Cloudflare IP ranges](https://www.cloudflare.com/ips/), report to `ip-corrections@cloudflare.com`. +If you find an IP address with a location that you believe is incorrect, please report it to `ip-corrections@cloudflare.com` along with the correct information as applicable (Country, State/province, City name, and ZIP code). From 8199928ae278a2b7b66115308765e6a9bc2b133b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 14 Jun 2026 04:38:22 +0000 Subject: [PATCH 2/2] [Docs Site] Update pinned api-schemas commit to f6cdff229f0cd95a4f2d5338a170501201238d36 --- src/util/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/api.ts b/src/util/api.ts index c1a1f93139f..60277188cc5 100644 --- a/src/util/api.ts +++ b/src/util/api.ts @@ -1,7 +1,7 @@ import SwaggerParser from "@apidevtools/swagger-parser"; import type { OpenAPI } from "openapi-types"; -const COMMIT = "78074d82a7567a9e0fa308e8f79e7e436f25f828"; +const COMMIT = "f6cdff229f0cd95a4f2d5338a170501201238d36"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => {