mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 16:33:35 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user