From 581df088c4d2465b2dc6ebbbc41332e5a871d58d Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Thu, 19 Aug 2021 16:18:24 +0800 Subject: [PATCH] Apply suggestions from code review --- ticdc/ticdc-open-api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ticdc/ticdc-open-api.md b/ticdc/ticdc-open-api.md index 552476f912013..b87f901a3dd7f 100644 --- a/ticdc/ticdc-open-api.md +++ b/ticdc/ticdc-open-api.md @@ -457,12 +457,13 @@ This API is a synchronous interface. If the request is successful, the detailed | `capture_id` | The capture ID of the replication subtask to be queried. | ### Example + The following request queries the detailed information of a subtask whose `changefeed_id` is `test` and `capture_id` is `561c3784-77f0-4863-ad52-65a3436db6af`. A subtask can be indentifed by `changefeed_id` and `capture_id`. + {{< copyable "shell-regular" >}} ```shell curl -X GET http://127.0.0.1:8300/api/v1/processors/test1/561c3784-77f0-4863-ad52-65a3436db6af - ``` ```json