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 44f7c9e  Fix typo in API.md (#128)
44f7c9e is described below

commit 44f7c9e142f9ea401d0e7c3f573f96daed6bf8f2
Author: 纪华裕 <[email protected]>
AuthorDate: Sun Dec 3 22:30:19 2023 +0800

    Fix typo in API.md (#128)
---
 docs/API.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/docs/API.md b/docs/API.md
index 3367460..658b074 100644
--- a/docs/API.md
+++ b/docs/API.md
@@ -490,8 +490,6 @@ DELETE 
/api/v1/namespaces/{namespace}/clusters/{cluster}/shards/{shard}
 
 ### Create Node
 
-### Create Shard
-
 ```
 POST /api/v1/namespaces/{namespace}/clusters/{cluster}/shards/{shard}/nodes
 ```
@@ -693,4 +691,4 @@ POST 
/api/v1/namespaces/{namespace}/clusters/{cluster}/shards/migration/slot_onl
     "message": "DETAIL ERROR STRING"
   }
 }
-```
\ No newline at end of file
+```

Reply via email to