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 0f28cde9c29561a3612c620efea5914d346c573f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 10 May 2026 03:41:40 +0000 Subject: [PATCH 2/2] [Docs Site] Update pinned api-schemas commit to a87f5ee439182269fabd4ea94dd8be7cbf781e7c --- 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..c34d3f7ec24 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 = "a87f5ee439182269fabd4ea94dd8be7cbf781e7c"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => {