| @@ -456,8 +456,8 @@ testdata2 | |||
| </tr> | |||
| <tr> | |||
| <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>{ | |||
| "code": "OperationFailed", | |||
| "message": "xxxxxxxx", | |||
| @@ -495,8 +495,8 @@ testdata2 | |||
| </tr> | |||
| <tr> | |||
| <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>{ | |||
| "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 | |||
| }</pre> | |||
| <p>- 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.</p> | |||
| <p>- 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>. | |||
| - <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> | |||
| </tr> | |||
| <tr> | |||
| @@ -1355,7 +1355,7 @@ testdata2 | |||
| "space2/svr" | |||
| ] | |||
| }</pre> | |||
| <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> | |||
| <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> | |||
| </tr> | |||
| <tr> | |||