We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744c032 commit 3640731Copy full SHA for 3640731
src/Nest/Cluster/ClusterAllocationExplain/ClusterAllocationExplainResponse.cs
@@ -48,7 +48,7 @@ public interface IClusterAllocationExplainResponse : IResponse
48
[JsonProperty("can_rebalance_cluster")]
49
Decision? CanRebalanceCluster { get; }
50
51
- [JsonProperty("can_rebalance_to_other_nodes")]
+ [JsonProperty("can_rebalance_to_other_node")]
52
Decision? CanRebalanceToOtherNode { get; }
53
54
[JsonProperty("can_rebalance_cluster_decisions")]
0 commit comments