Skip to content

Commit

Permalink
Fix the request method error in Import Cluster doc. (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
jihuayu authored Feb 29, 2024
1 parent 6672971 commit 1cc64d4
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 @@ -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
Expand Down

0 comments on commit 1cc64d4

Please sign in to comment.