api: Fix storage_service remove_node parameter

nodetool removenode takes the parameter of host_id instead of token.

Refs: #496
This commit is contained in:
Asias He
2015-10-26 15:26:59 +08:00
parent 7254c87776
commit 5f2d97c0b8

View File

@@ -890,8 +890,8 @@
],
"parameters":[
{
"name":"token",
"description":"The token to remove",
"name":"host_id",
"description":"Remove the node with host_id from the cluster",
"required":true,
"allowMultiple":false,
"type":"string",