Hisoka-X commented on code in PR #8000:
URL: https://github.com/apache/seatunnel/pull/8000#discussion_r1851234218


##########
docs/zh/seatunnel-engine/rest-api-v2.md:
##########
@@ -418,6 +420,35 @@ seatunnel:
 }
 ```
 
+```hocon示例

Review Comment:
   ```suggestion
   Hocon请求示例:
   ```hocon
   ```



##########
docs/zh/seatunnel-engine/rest-api-v2.md:
##########
@@ -380,15 +380,17 @@ seatunnel:
 
 #### 参数
 
-> |         参数名称         |   是否必传   |  参数类型  |               参数描述              
  |
-> 
|----------------------|----------|--------|-----------------------------------|
+> |         参数名称         |   是否必传   |  参数类型  | 参数描述                            
  |
+> 
|----------------------|----------|-----------------------------------|-----------------------------------|
 > | jobId                | optional | string | job id                          
 >   |
 > | jobName              | optional | string | job name                        
 >   |
 > | isStartWithSavePoint | optional | string | if job is started with save 
 > point |
+> | format               | optional | string    | 配置风格,支持json和hocon,默认 json    
     |
 
 #### 请求体
 
-```json
+你可以选择用json或者hocon的方式来传递请求体。示例如下:
+```json 示例

Review Comment:
   ```suggestion
   你可以选择用json或者hocon的方式来传递请求体。
   Json请求示例:
   ```json
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to