This is an automated email from the ASF dual-hosted git repository. lidongdai pushed a commit to branch revert-274-patch-1 in repository https://gitbox.apache.org/repos/asf/seatunnel-website.git
commit cf4a7050dd1f8ee0e486de9d1e8fe6019f6e0b0f Author: David Zollo <[email protected]> AuthorDate: Sun Dec 10 16:47:43 2023 +0800 Revert "Update rest-api.md (#274)" This reverts commit 85fd3d63404f3532c368da1f077bcbc655478ab0. --- .../version-2.3.3/seatunnel-engine/rest-api.md | 23 ---------------------- 1 file changed, 23 deletions(-) diff --git a/versioned_docs/version-2.3.3/seatunnel-engine/rest-api.md b/versioned_docs/version-2.3.3/seatunnel-engine/rest-api.md index e31c3892949..2f44421a3d6 100644 --- a/versioned_docs/version-2.3.3/seatunnel-engine/rest-api.md +++ b/versioned_docs/version-2.3.3/seatunnel-engine/rest-api.md @@ -234,29 +234,6 @@ network: } ``` -### Stop Job. - -<details> - - <summary><code>POST</code> <code><b>/hazelcast/rest/maps/stop-job</b></code> <code>(Returns jobId if job stoped successfully.)</code></summary> - -#### Body - -```json -{ - "jobId": 733584788375666689, - "isStopWithSavePoint": false # if job is stopped with save point -} -``` - -#### Responses - -```json -{ -"jobId": 733584788375666689 -} -``` - </details> ------------------------------------------------------------------------------------------
