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) (#20218) (#20318)
  • Loading branch information
ti-chi-bot authored Feb 19, 2025
1 parent 721c8d5 commit 7c72b55
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 @@ -773,7 +773,7 @@ This API is a synchronous interface. If the request is successful, it returns th

### Request URI

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

### Parameter description

Expand All @@ -788,7 +788,7 @@ This API is a synchronous interface. If the request is successful, it returns th
The following request queries the synchronization status of the replication task with the 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
```

**Example 1: The synchronization is completed**
Expand Down

0 comments on commit 7c72b55

Please sign in to comment.