From 012aaada222ea6fe7feb153b2b843e0189ddac8a Mon Sep 17 00:00:00 2001 From: yangdx Date: Sat, 18 Oct 2025 09:40:44 +0800 Subject: [PATCH] Update Swagger API key status description text --- lightrag/api/lightrag_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/api/lightrag_server.py b/lightrag/api/lightrag_server.py index 383c5ef3..19bc549a 100644 --- a/lightrag/api/lightrag_server.py +++ b/lightrag/api/lightrag_server.py @@ -350,7 +350,7 @@ def create_app(args): ) swagger_description = ( base_description - + (" (With authentication)" if api_key else "") + + (" (API-Key Enabled)" if api_key else "") + "\n\n[View ReDoc documentation](/redoc)" ) app_kwargs = {