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). 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 () => {