Skip to content

Commit

Permalink
[MINOR] fix(docs) Correct the example of decommission interface (apac…
Browse files Browse the repository at this point in the history
…he#1777)

### What changes were proposed in this pull request?
Correct the example of decommission interface

### Why are the changes needed?
The document content is incorrect.

### Does this PR introduce any user-facing change?
No.

### How was this patch tested?
No need.
  • Loading branch information
xianjingfeng authored Jun 13, 2024
1 parent 375262a commit 4495668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/coordinator_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ AccessQuotaChecker is a checker when the number of concurrent tasks submitted by
##### Example cURL
> ```bash
> curl -X POST -H "Content-Type: application/json" http://localhost:19998/api/server/decommission -d '{"serverIds:": ["127.0.0.1:19999"]}'
> curl -X POST -H "Content-Type: application/json" http://localhost:19998/api/server/decommission -d '{"serverIds": ["127.0.0.1-19999"]}'
> ```
</details>
Expand Down Expand Up @@ -219,7 +219,7 @@ AccessQuotaChecker is a checker when the number of concurrent tasks submitted by
##### Example cURL
> ```bash
> curl -X POST -H "Content-Type: application/json" http://localhost:19998/api/server/cancelDecommission -d '{"serverIds:": ["127.0.0.1:19999"]}'
> curl -X POST -H "Content-Type: application/json" http://localhost:19998/api/server/cancelDecommission -d '{"serverIds": ["127.0.0.1-19999"]}'
> ```
</details>
Expand Down

0 comments on commit 4495668

Please sign in to comment.