zhangshenghang commented on code in PR #9951: URL: https://github.com/apache/seatunnel/pull/9951#discussion_r2644564449
########## docs/zh/seatunnel-engine/rest-api-v2.md: ########## @@ -76,10 +76,15 @@ seatunnel: ### 返回所有作业及其当前状态的概览 <details> - <summary><code>GET</code> <code><b>/running-jobs</b></code> <code>(返回所有作业及其当前状态的概览。)</code></summary> + <summary><code>GET</code> <code><b>/running-jobs?page=1&rows=10</b></code> <code>(返回所有作业及其当前状态的概览。)</code></summary> #### 参数 +> | 参数名称 | 是否必传 | 参数类型 | 参数描述 | +> |------|------|------|------| +> | page | 否 | int | 页号 | +> | rows | 否 | int | 每页行数 | + Review Comment: There is a problem with the description here and it should be changed to: `查询作业及其当前状态的概览` -- 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]
