diff --git a/ticdc/ticdc-open-api-v2.md b/ticdc/ticdc-open-api-v2.md index 4c14463fea97c..2ae53063035cc 100644 --- a/ticdc/ticdc-open-api-v2.md +++ b/ticdc/ticdc-open-api-v2.md @@ -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 @@ -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**