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 20351ea6717cdfce8102c0fb62121f2b47dca4eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 21 Jun 2026 04:45:35 +0000 Subject: [PATCH 2/2] [Docs Site] Update pinned api-schemas commit to 179bc2c9f37f938476aa281052dbce5352644d91 --- 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..af6e26c400b 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 = "179bc2c9f37f938476aa281052dbce5352644d91"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => {