Skip to content

Commit

Permalink
http can be null if sec disabled (#2997)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta authored Oct 10, 2024
1 parent d6f6e2f commit 68ea3d6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 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.

2 changes: 1 addition & 1 deletion 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 @@ -243,7 +243,7 @@ export class NodeInfoXpack {
}

export class NodeInfoXpackSecurity {
http: NodeInfoXpackSecuritySsl
http?: NodeInfoXpackSecuritySsl
enabled: string
transport?: NodeInfoXpackSecuritySsl
authc?: NodeInfoXpackSecurityAuthc
Expand Down

0 comments on commit 68ea3d6

Please sign in to comment.