Skip to content

Commit

Permalink
Document bug: API command for changefeed (/api/v2/changefeed/test1/sy…
Browse files Browse the repository at this point in the history
…nced) (#19854)
  • Loading branch information
qiancai authored Feb 19, 2025
1 parent 656d353 commit 4afe7b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ticdc/ticdc-open-api-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ curl -X GET http://127.0.0.1:8300/api/v2/changefeeds/test1

### 请求 URI

`GET /api/v2/changefeed/{changefeed_id}/synced`
`GET /api/v2/changefeeds/{changefeed_id}/synced`

### 参数说明

Expand All @@ -786,7 +786,7 @@ curl -X GET http://127.0.0.1:8300/api/v2/changefeeds/test1
以下请求会查询 ID 为 `test1` 的同步任务的同步完成状态。

```shell
curl -X GET http://127.0.0.1:8300/api/v2/changefeed/test1/synced
curl -X GET http://127.0.0.1:8300/api/v2/changefeeds/test1/synced
```

**示例 1:同步已完成**
Expand Down

0 comments on commit 4afe7b8

Please sign in to comment.