From 696fd2d60bcd9684f63895e0c72757771e72e1ea Mon Sep 17 00:00:00 2001 From: songjc <969378911@qq.com> Date: Fri, 4 Jul 2025 15:46:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/JCS_pub_API_en.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/JCS_pub_API_en.md b/docs/JCS_pub_API_en.md index fd609e3..87dbe86 100644 --- a/docs/JCS_pub_API_en.md +++ b/docs/JCS_pub_API_en.md @@ -456,8 +456,8 @@ testdata2
If the request is successful, the Content-Type will be application/octet-stream and the response body will contain the file data.
- If the request fails, the Content-Type will be application/json and the response body will be in the following format:
If the request is successful, the Content-Type will be application/octet-stream and the response body will contain the file data.
+If the request fails, the Content-Type will be application/json and the response body will be in the following format:
{
"code": "OperationFailed",
"message": "xxxxxxxx",
@@ -495,8 +495,8 @@ testdata2
If the request is successful, the Content-Type will be application/octet-stream and the response body will contain the file data.
- If the request fails, the Content-Type will be application/json and the response body will be in the following format:
If the request is successful, the Content-Type will be application/octet-stream and the response body will contain the file data.
+If the request fails, the Content-Type will be application/json and the response body will be in the following format:
{
"code": "OperationFailed",
"message": "xxxxxxxx",
@@ -966,8 +966,8 @@ testdata2
"features": [], // Configuration of feature functions for the storage system
"workingDir": "" // Root directory for storing data of various components, including shard storage
}
- - The content of storage and credential is determined by the value of the type field. You can find more type definitions in the package at gitlink.org.cn/cloudream/jcs-pub/coordinator/types. -- features configures the feature functions of the storage system; the specific available features can also be referenced from the package above. Note: Not all storage systems support all features.
+- The content of storage and credential is determined by the value of the type field. You can find more type definitions in the package at gitlink.org.cn/cloudream/jcs-pub/coordinator/types.
+- Features configures the feature functions of the storage system; the specific available features can also be referenced from the package above. Note: Not all storage systems support all features.
- The contents of trigger, mode, and filters vary according to their type fields. For more details, please refer to the package at gitlink.org.cn/cloudream/jcs-pub/client/types.
The contents of trigger, mode, and filters vary according to their type fields. For more details, please refer to the package at gitlink.org.cn/cloudream/jcs-pub/client/types.