From 01a76e2a6823484127baa7a4751a97dbee24874e Mon Sep 17 00:00:00 2001 From: DeanChensj Date: Thu, 24 Aug 2023 21:23:06 -0700 Subject: [PATCH] Update openapi.yaml Servers should be a top level object. --- .well-known/openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.well-known/openapi.yaml b/.well-known/openapi.yaml index e6dc41b67..4a18475c4 100644 --- a/.well-known/openapi.yaml +++ b/.well-known/openapi.yaml @@ -3,8 +3,8 @@ info: title: Retrieval Plugin API description: A retrieval API for querying and filtering documents based on natural language queries and metadata version: 1.0.0 - servers: - - url: https://your-app-url.com +servers: + - url: https://your-app-url.com paths: /query: post: