Skip to content

Commit 2ff2de9

Browse files
authored
host array in info settings network (#3015)
1 parent 0259789 commit 2ff2de9

File tree

4 files changed

+33
-8
lines changed

4 files changed

+33
-8
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 20 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/nodes/info/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export class NodeInfoSettingsTransportFeatures {
221221
}
222222

223223
export class NodeInfoSettingsNetwork {
224-
host?: Host
224+
host?: Host | Host[]
225225
}
226226

227227
export class NodeInfoIngest {

0 commit comments

Comments
 (0)