From 05422bce132503e61081b5090851d26646746cee Mon Sep 17 00:00:00 2001 From: Lynn Date: Sat, 20 Apr 2024 01:30:08 +0800 Subject: [PATCH] docs: update smooth upgrade mode in tidb_http_api.md (#52757) close pingcap/tidb#52756 --- docs/tidb_http_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tidb_http_api.md b/docs/tidb_http_api.md index 76ec4e4862a52..db420f5e7c393 100644 --- a/docs/tidb_http_api.md +++ b/docs/tidb_http_api.md @@ -677,7 +677,7 @@ timezone.* curl -X POST -d "transaction_summary_capacity={number}" http://{TiDBIP}:10080/settings ``` -1. Send upgrade operations to the cluster. The operations here include `start`, `finish` and `show`. +1. The commands are used to handle smooth upgrade mode(refer to the [TiDB Smooth Upgrade](https://github.com/pingcap/docs/blob/4aa0b1d5078617cc06bd1957c5c93e86efb4668d/smooth-upgrade-tidb.md) for details) operations. We can send these upgrade operations to the cluster. The operations here include `start`, `finish` and `show`. ```shell curl -X POST http://{TiDBIP}:10080/upgrade/{op}