Skip to content

Commit f193c22

Browse files
committed
initial_master_nodes from string to string[] (issue #242)
1 parent e059817 commit f193c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/nodes/info/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export class NodeInfoSettingsCluster {
131131
name: Name
132132
routing?: IndexRouting
133133
election: NodeInfoSettingsClusterElection
134-
initial_master_nodes?: string
134+
initial_master_nodes?: string[]
135135
/** @since 7.16.0 */
136136
deprecation_indexing?: DeprecationIndexing
137137
}

0 commit comments

Comments
 (0)