This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a566abc43c [fix] Modify the incorrect description of the returned 
field content (#1213)
8a566abc43c is described below

commit 8a566abc43c7badca5e2c276b0d30f7077e4f959
Author: xyf <116467462+xyf...@users.noreply.github.com>
AuthorDate: Tue Oct 22 22:35:38 2024 +0800

    [fix] Modify the incorrect description of the returned field content (#1213)
    
    # Versions
    
    - [x] dev
    - [x] 3.0
    - [x] 2.1
    - [ ] 2.0
    
    # Languages
    
    - [x] Chinese
    - [x] English
---
 docs/admin-manual/open-api/be-http/health.md                            | 2 +-
 .../current/admin-manual/open-api/be-http/health.md                     | 2 +-
 .../version-2.1/admin-manual/open-api/be-http/health.md                 | 2 +-
 .../version-3.0/admin-manual/open-api/be-http/health.md                 | 2 +-
 versioned_docs/version-2.1/admin-manual/open-api/be-http/health.md      | 2 +-
 versioned_docs/version-3.0/admin-manual/open-api/be-http/health.md      | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/admin-manual/open-api/be-http/health.md 
b/docs/admin-manual/open-api/be-http/health.md
index 91d4cf81e9c..b6e800093e7 100644
--- a/docs/admin-manual/open-api/be-http/health.md
+++ b/docs/admin-manual/open-api/be-http/health.md
@@ -45,7 +45,7 @@ None
 ## Response
 
     ```
-    {"status": "OK","msg": "To Be Added"}
+    {"status": "OK","msg": ""}
     ```
 
 ## Examples
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/open-api/be-http/health.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/open-api/be-http/health.md
index 685dcb6f4ed..8996c8b8486 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/open-api/be-http/health.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/open-api/be-http/health.md
@@ -43,7 +43,7 @@ under the License.
 ## Response
 
     ```json
-    {"status": "OK","msg": "To Be Added"}
+    {"status": "OK","msg": ""}
     ```
 
 ## Examples
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/open-api/be-http/health.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/open-api/be-http/health.md
index 685dcb6f4ed..8996c8b8486 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/open-api/be-http/health.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/admin-manual/open-api/be-http/health.md
@@ -43,7 +43,7 @@ under the License.
 ## Response
 
     ```json
-    {"status": "OK","msg": "To Be Added"}
+    {"status": "OK","msg": ""}
     ```
 
 ## Examples
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/open-api/be-http/health.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/open-api/be-http/health.md
index 685dcb6f4ed..8996c8b8486 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/open-api/be-http/health.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/admin-manual/open-api/be-http/health.md
@@ -43,7 +43,7 @@ under the License.
 ## Response
 
     ```json
-    {"status": "OK","msg": "To Be Added"}
+    {"status": "OK","msg": ""}
     ```
 
 ## Examples
diff --git a/versioned_docs/version-2.1/admin-manual/open-api/be-http/health.md 
b/versioned_docs/version-2.1/admin-manual/open-api/be-http/health.md
index 91d4cf81e9c..b6e800093e7 100644
--- a/versioned_docs/version-2.1/admin-manual/open-api/be-http/health.md
+++ b/versioned_docs/version-2.1/admin-manual/open-api/be-http/health.md
@@ -45,7 +45,7 @@ None
 ## Response
 
     ```
-    {"status": "OK","msg": "To Be Added"}
+    {"status": "OK","msg": ""}
     ```
 
 ## Examples
diff --git a/versioned_docs/version-3.0/admin-manual/open-api/be-http/health.md 
b/versioned_docs/version-3.0/admin-manual/open-api/be-http/health.md
index 91d4cf81e9c..b6e800093e7 100644
--- a/versioned_docs/version-3.0/admin-manual/open-api/be-http/health.md
+++ b/versioned_docs/version-3.0/admin-manual/open-api/be-http/health.md
@@ -45,7 +45,7 @@ None
 ## Response
 
     ```
-    {"status": "OK","msg": "To Be Added"}
+    {"status": "OK","msg": ""}
     ```
 
 ## Examples


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to