Skip to content

Commit

Permalink
Fix typo in the create cluster API doc (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyningsun authored Feb 1, 2024
1 parent 3dc1e1a commit 6672971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ POST /api/v1/namespaces/{namespace}/clusters
{
"name":"test-cluster",
"nodes":["127.0.0.1:6666"],
"replica":1,
"replicas":1,
"password":""
}
```
Expand Down

0 comments on commit 6672971

Please sign in to comment.