From d9426c395b507be5e7726f35a7d31f8263ad92b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 Oct 2025 01:56:26 +0000 Subject: [PATCH] [Docs Site] Update pinned api-schemas commit to f38eaea0d4237f505bc0d782a1129cdf527abca9 --- 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 e4d1f204c9dd68b..6dbcc77e4c645d8 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 = "26f108c9cfe516972ac4144657ebfa2c8543dd17"; +const COMMIT = "f38eaea0d4237f505bc0d782a1129cdf527abca9"; let schema: OpenAPI.Document | undefined; export const getSchema = async () => {