Browse Source

更新readme

feature_gxh
songjc 4 months ago
parent
commit
696fd2d60b
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      docs/JCS_pub_API_en.md

+ 7
- 7
docs/JCS_pub_API_en.md View File

@@ -456,8 +456,8 @@ testdata2
</tr> </tr>
<tr> <tr>
<td colspan="3"> <td colspan="3">
<p>If the request is successful, the Content-Type will be <code>application/octet-stream</code> and the response body will contain the file data.<br/>
If the request fails, the Content-Type will be <code>application/json</code> and the response body will be in the following format:</p>
<p>If the request is successful, the <code>Content-Type</code> will be <code>application/octet-stream</code> and the response body will contain the file data.<br/>
If the request fails, the <code>Content-Type</code> will be <code>application/json</code> and the response body will be in the following format:</p>
<pre>{ <pre>{
"code": "OperationFailed", "code": "OperationFailed",
"message": "xxxxxxxx", "message": "xxxxxxxx",
@@ -495,8 +495,8 @@ testdata2
</tr> </tr>
<tr> <tr>
<td colspan="3"> <td colspan="3">
<p>If the request is successful, the Content-Type will be <code>application/octet-stream</code> and the response body will contain the file data.<br/>
If the request fails, the Content-Type will be <code>application/json</code> and the response body will be in the following format:</p>
<p>If the request is successful, the <code>Content-Type</code> will be <code>application/octet-stream</code> and the response body will contain the file data.<br/>
If the request fails, the <code>Content-Type</code> will be <code>application/json</code> and the response body will be in the following format:</p>
<pre>{ <pre>{
"code": "OperationFailed", "code": "OperationFailed",
"message": "xxxxxxxx", "message": "xxxxxxxx",
@@ -966,8 +966,8 @@ testdata2
"features": [], // Configuration of feature functions for the storage system "features": [], // Configuration of feature functions for the storage system
"workingDir": "" // Root directory for storing data of various components, including shard storage "workingDir": "" // Root directory for storing data of various components, including shard storage
}</pre> }</pre>
<p>&#45; 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.
&#45; 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.</p>
<p>&#45; The content of <code>storage</code> and <code>credential</code> is determined by the value of the <code>type</code> field. You can find more type definitions in the package at <code>gitlink.org.cn/cloudream/jcs-pub/coordinator/types</code>.
&#45; <code>Features</code> 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.</p>
</td> </td>
</tr> </tr>
<tr> <tr>
@@ -1355,7 +1355,7 @@ testdata2
"space2/svr" "space2/svr"
] ]
}</pre> }</pre>
<p>&#45; The contents of <code>trigger</code>, <code>mode</code>, and <code>filters</code> vary according to their <code>type</code> fields. For more details, please refer to the package at <code>gitlink.org.cn/cloudream/jcs-pub/client/types</code>.</p>
<p>The contents of <code>trigger</code>, <code>mode</code>, and <code>filters</code> vary according to their <code>type</code> fields. For more details, please refer to the package at <code>gitlink.org.cn/cloudream/jcs-pub/client/types</code>.</p>
</td> </td>
</tr> </tr>
<tr> <tr>


Loading…
Cancel
Save