From bd76a82c1f340368b9d62eda9c3f2155ff2bb998 Mon Sep 17 00:00:00 2001 From: Selfuppen <49787303+selfuppen@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:21:14 +0800 Subject: [PATCH] Update conversation_api.md (#489) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed a spelling error: save -> safe ### What problem does this PR solve? Fixed a spelling error: save -> safe ### Type of change - [x] Documentation Update --- docs/conversation_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conversation_api.md b/docs/conversation_api.md index 61adf229e..f2289fbc0 100644 --- a/docs/conversation_api.md +++ b/docs/conversation_api.md @@ -11,7 +11,7 @@ https://demo.ragflow.io/v1/ ## Authorization -All the APIs are authorized with API-Key. Please keep it save and private. Don't reveal it in any way from the front-end. +All the APIs are authorized with API-Key. Please keep it safe and private. Don't reveal it in any way from the front-end. The API-Key should put in the header of request: ```buildoutcfg Authorization: Bearer {API_KEY}