Skip to content

Commit

Permalink
host array in info settings network (#3015)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta authored Oct 14, 2024
1 parent 0259789 commit 2ff2de9
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 8 deletions.
12 changes: 11 additions & 1 deletion output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 20 additions & 5 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion specification/nodes/info/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export class NodeInfoSettingsTransportFeatures {
}

export class NodeInfoSettingsNetwork {
host?: Host
host?: Host | Host[]
}

export class NodeInfoIngest {
Expand Down

0 comments on commit 2ff2de9

Please sign in to comment.