Skip to content

Commit 68ea3d6

Browse files
authored
http can be null if sec disabled (elastic#2997)
1 parent d6f6e2f commit 68ea3d6

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 0 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: 1 addition & 1 deletion
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
@@ -243,7 +243,7 @@ export class NodeInfoXpack {
243243
}
244244

245245
export class NodeInfoXpackSecurity {
246-
http: NodeInfoXpackSecuritySsl
246+
http?: NodeInfoXpackSecuritySsl
247247
enabled: string
248248
transport?: NodeInfoXpackSecuritySsl
249249
authc?: NodeInfoXpackSecurityAuthc

0 commit comments

Comments
 (0)