Skip to content

Commit 45d7e8c

Browse files
authored
fix nodes security response (#2956)
1 parent c3d97bb commit 45d7e8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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
@@ -236,7 +236,7 @@ export class NodeInfoXpack {
236236
}
237237

238238
export class NodeInfoXpackSecurity {
239-
http: NodeInfoXpackSecuritySsl
239+
http?: NodeInfoXpackSecuritySsl
240240
enabled: string
241241
transport?: NodeInfoXpackSecuritySsl
242242
authc?: NodeInfoXpackSecurityAuthc

0 commit comments

Comments
 (0)