From 5539f7be65468f752e520d9a6de225bfcc3482af Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:02:09 +0800 Subject: [PATCH] minor (#2998) ### What problem does this PR solve? _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ ### Type of change - [x] Documentation Update --- api/http_api_reference.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/http_api_reference.md b/api/http_api_reference.md index a290956649..53764a38d4 100644 --- a/api/http_api_reference.md +++ b/api/http_api_reference.md @@ -536,7 +536,7 @@ Downloads a document from a specified dataset. - Headers: - `'Authorization: Bearer {YOUR_API_KEY}'` - Output: - - `'{FILE_NAME}'`???????? + - `'{PATH_TO_THE_FILE}'` #### Request example @@ -556,11 +556,11 @@ curl --request GET \ ### Response -A successful response includes a text object like the following: +Success: ```text test_2. -```???????????????? +``` Failure: @@ -1954,7 +1954,7 @@ Failure: --- -## Chat +## Converse **POST** `/api/v1/chat/{chat_id}/completion`