liucongjy commented on code in PR #9951: URL: https://github.com/apache/seatunnel/pull/9951#discussion_r2654440552
########## 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: have been modify the docs -- 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]
