From 177a81bad6b2412eae82664f9094a9f8e0f5f1c4 Mon Sep 17 00:00:00 2001 From: JP Hwang Date: Tue, 17 Dec 2024 16:04:50 +0000 Subject: [PATCH] Bump openapi docs --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index f91268309..1b67e832b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -114,7 +114,7 @@ const config = { configuration: { spec: { // Last updated: 2024-11-13 - url: 'https://raw.githubusercontent.com/weaviate/weaviate/openapi_docs_202411/openapi-specs/schema.json', + url: 'https://raw.githubusercontent.com/weaviate/weaviate/openapi_docs/openapi-specs/schema.json', }, hideModels: true, // This feature currently broken - potentially fixed in: https://github.com/scalar/scalar/pull/1387