fix: method name duplicated after client sdk generation

This commit is contained in:
MagicRR
2025-07-25 11:21:29 +02:00
committed by MagicRR
parent 91fde4105d
commit d8058e7475
3 changed files with 7 additions and 5 deletions
+3 -3
View File
@@ -2443,7 +2443,7 @@
"knownNodes",
"connectedNodes",
"storageNodes",
"storageNodesOk",
"storageNodesUp",
"partitions",
"partitionsQuorum",
"partitionsAllOk"
@@ -2483,7 +2483,7 @@
"description": "the number of storage nodes currently registered in the cluster layout",
"minimum": 0
},
"storageNodesOk": {
"storageNodesUp": {
"type": "integer",
"description": "the number of storage nodes to which a connection is currently open",
"minimum": 0
@@ -4409,4 +4409,4 @@
"bearerAuth": []
}
]
}
}