From 787a6c1a4053cbabba2cc858ba8e63fd99b7007a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 24 Sep 2025 01:26:45 +0000 Subject: [PATCH] [Docs Site] Update pinned api-schemas commit to d1a00cf14804d3b68d0b4339a5098611005a7aea --- 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 b357467caf68d0..e62e83e041da43 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 = "3b87899727476588028d2f934f3d9fd7326e7e97"; +const COMMIT = "d1a00cf14804d3b68d0b4339a5098611005a7aea"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => {