This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks-controller.git
The following commit(s) were added to refs/heads/unstable by this push:
new 1cc64d4 Fix the request method error in Import Cluster doc. (#150)
1cc64d4 is described below
commit 1cc64d45323a9b3aef39a99903f37616539c9091
Author: 纪华裕 <[email protected]>
AuthorDate: Thu Feb 29 17:36:17 2024 +0800
Fix the request method error in Import Cluster doc. (#150)
---
docs/API.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/API.md b/docs/API.md
index 0aabace..4395e0d 100644
--- a/docs/API.md
+++ b/docs/API.md
@@ -173,7 +173,7 @@ GET /api/v1/namespaces/{namespace}/clusters
This API is used to import the cluster from the existing Kvrocks cluster's
nodes.
```shell
-GET /api/v1/namespaces/{namespace}/clusters/{cluster}/import
+POST /api/v1/namespaces/{namespace}/clusters/{cluster}/import
```
#### Request Body