Skip to content

Commit c6b04f9

Browse files
host array in info settings network (#3015) (#3017)
(cherry picked from commit 2ff2de9) Co-authored-by: Laura Trotta <[email protected]>
1 parent 128eca8 commit c6b04f9

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)