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 6672971 Fix typo in the create cluster API doc (#148)
6672971 is described below
commit 6672971f9b3f3619c8fd7e662750e00a1d6dbf64
Author: cyningsun <[email protected]>
AuthorDate: Thu Feb 1 13:15:30 2024 +0800
Fix typo in the create cluster API doc (#148)
---
docs/API.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/API.md b/docs/API.md
index 658b074..0aabace 100644
--- a/docs/API.md
+++ b/docs/API.md
@@ -111,7 +111,7 @@ POST /api/v1/namespaces/{namespace}/clusters
{
"name":"test-cluster",
"nodes":["127.0.0.1:6666"],
- "replica":1,
+ "replicas":1,
"password":""
}
```