From c326fb1c77b5ec73f6ed8f4f142f02bac8a7c752 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 4 Jun 2025 01:04:14 +0000 Subject: [PATCH] [Docs Site] Update pinned api-schemas commit to 3b87899727476588028d2f934f3d9fd7326e7e97 --- 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 83d24a6db23812d..b357467caf68d05 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 = "302b6d5230d4c9dc6976755fefbce1b45d8f80d7"; +const COMMIT = "3b87899727476588028d2f934f3d9fd7326e7e97"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => {