This is an automated email from the ASF dual-hosted git repository.

corgy pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 49871a5ca5 [Fix][Doc] Fix rest api finished-jobs doc miss 
`SAVEPOINT_DONE` (#9676)
49871a5ca5 is described below

commit 49871a5ca52ef4058b50ac83f108b5e30dc68435
Author: zhangdonghao <[email protected]>
AuthorDate: Mon Aug 11 01:09:14 2025 +0800

    [Fix][Doc] Fix rest api finished-jobs doc miss `SAVEPOINT_DONE` (#9676)
---
 docs/en/seatunnel-engine/rest-api-v1.md | 6 +++---
 docs/en/seatunnel-engine/rest-api-v2.md | 6 +++---
 docs/zh/seatunnel-engine/rest-api-v1.md | 6 +++---
 docs/zh/seatunnel-engine/rest-api-v2.md | 6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/docs/en/seatunnel-engine/rest-api-v1.md 
b/docs/en/seatunnel-engine/rest-api-v1.md
index c144e481cb..d99f2213a8 100644
--- a/docs/en/seatunnel-engine/rest-api-v1.md
+++ b/docs/en/seatunnel-engine/rest-api-v1.md
@@ -298,9 +298,9 @@ When we can't get the job info, the response will be:
 
 #### Parameters
 
-> | name  |   type   | data type |                           description       
                     |
-> 
|-------|----------|-----------|------------------------------------------------------------------|
-> | state | optional | string    | finished job status. 
`FINISHED`,`CANCELED`,`FAILED`,`UNKNOWABLE` |
+> | name  |   type   | data type | description                                 
                                      |
+> 
|-------|----------|-----------|-----------------------------------------------------------------------------------|
+> | state | optional | string    | finished job status. 
`FINISHED`,`CANCELED`,`FAILED`,`SAVEPOINT_DONE`,`UNKNOWABLE` |
 
 #### Responses
 
diff --git a/docs/en/seatunnel-engine/rest-api-v2.md 
b/docs/en/seatunnel-engine/rest-api-v2.md
index 3ea6242d57..e39f311105 100644
--- a/docs/en/seatunnel-engine/rest-api-v2.md
+++ b/docs/en/seatunnel-engine/rest-api-v2.md
@@ -289,9 +289,9 @@ When we can't get the job info, the response will be:
 
 #### Parameters
 
-> | name  |   type   | data type |                           description       
                     |
-> 
|-------|----------|-----------|------------------------------------------------------------------|
-> | state | optional | string    | finished job status. 
`FINISHED`,`CANCELED`,`FAILED`,`UNKNOWABLE` |
+> | name  |   type   | data type | description                                 
                                      |
+> 
|-------|----------|-----------|-----------------------------------------------------------------------------------|
+> | state | optional | string    | finished job status. 
`FINISHED`,`CANCELED`,`FAILED`,`SAVEPOINT_DONE`,`UNKNOWABLE` |
 
 #### Responses
 
diff --git a/docs/zh/seatunnel-engine/rest-api-v1.md 
b/docs/zh/seatunnel-engine/rest-api-v1.md
index dbffcabada..b91be2c7b9 100644
--- a/docs/zh/seatunnel-engine/rest-api-v1.md
+++ b/docs/zh/seatunnel-engine/rest-api-v1.md
@@ -296,9 +296,9 @@ network:
 
 #### 参数
 
-> | 参数名称  |   是否必传   |  参数类型  |                               参数描述             
                  |
-> 
|-------|----------|--------|------------------------------------------------------------------|
-> | state | optional | string | finished job status. 
`FINISHED`,`CANCELED`,`FAILED`,`UNKNOWABLE` |
+> | 参数名称  |   是否必传   |  参数类型  | 参数描述                                           
                                   |
+> 
|-------|----------|--------|-----------------------------------------------------------------------------------|
+> | state | optional | string | finished job status. 
`FINISHED`,`CANCELED`,`FAILED`,`SAVEPOINT_DONE`,`UNKNOWABLE` |
 
 #### 响应
 
diff --git a/docs/zh/seatunnel-engine/rest-api-v2.md 
b/docs/zh/seatunnel-engine/rest-api-v2.md
index 79b02c92e4..da4b4ae2a4 100644
--- a/docs/zh/seatunnel-engine/rest-api-v2.md
+++ b/docs/zh/seatunnel-engine/rest-api-v2.md
@@ -270,9 +270,9 @@ seatunnel:
 
 #### 参数
 
-> | 参数名称  |   是否必传   |  参数类型  |                               参数描述             
                  |
-> 
|-------|----------|--------|------------------------------------------------------------------|
-> | state | optional | string | finished job status. 
`FINISHED`,`CANCELED`,`FAILED`,`UNKNOWABLE` |
+> | 参数名称  |   是否必传   |  参数类型  | 参数描述                                           
                                   |
+> 
|-------|----------|--------|-----------------------------------------------------------------------------------|
+> | state | optional | string | finished job status. 
`FINISHED`,`CANCELED`,`FAILED`,`SAVEPOINT_DONE`,`UNKNOWABLE` |
 
 #### 响应
 

Reply via email to