Skip to content

Commit 3640731

Browse files
committed
fixed renamed property on cluster allocation response
1 parent 744c032 commit 3640731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nest/Cluster/ClusterAllocationExplain/ClusterAllocationExplainResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public interface IClusterAllocationExplainResponse : IResponse
4848
[JsonProperty("can_rebalance_cluster")]
4949
Decision? CanRebalanceCluster { get; }
5050

51-
[JsonProperty("can_rebalance_to_other_nodes")]
51+
[JsonProperty("can_rebalance_to_other_node")]
5252
Decision? CanRebalanceToOtherNode { get; }
5353

5454
[JsonProperty("can_rebalance_cluster_decisions")]

0 commit comments

Comments
 (0)