Hisoka-X commented on code in PR #5252: URL: https://github.com/apache/seatunnel/pull/5252#discussion_r1306391253
########## docs/en/seatunnel-engine/rest-api.md: ########## @@ -192,8 +192,10 @@ network: > | jobId | optional | string | job id > | > | jobName | optional | string | job name > | > | isStartWithSavePoint | optional | string | if job is started with save > point | - -#### Body +> +> If the parameter isStartWithSavePoint is true, the jobId is required. If the parameter isStartWithSavePoint is false, the jobId is not required and will be generated by seatunnel Review Comment: ```suggestion > If the parameter isStartWithSavePoint is true, the jobId is required. If the parameter isStartWithSavePoint is false, the jobId is not required and will be generated by SeaTunnel ``` -- 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]
