Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
TomShawn authored Aug 19, 2021
1 parent 79bf984 commit 581df08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ticdc/ticdc-open-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 581df08

Please sign in to comment.