This is an automated email from the ASF dual-hosted git repository.
wanghailin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/seatunnel-website.git
The following commit(s) were added to refs/heads/main by this push:
new 284ab079bc3 Revert "Update rest-api.md (#274)" (#286)
284ab079bc3 is described below
commit 284ab079bc3d0e751d8cfc178b4b6c7d660860ec
Author: Jia Fan <[email protected]>
AuthorDate: Tue Dec 12 16:43:39 2023 +0800
Revert "Update rest-api.md (#274)" (#286)
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>
------------------------------------------------------------------------------------------