Skip to content

Commit 06c5721

Browse files
committed
correct ml place
1 parent 6630d61 commit 06c5721

File tree

4 files changed

+45
-45
lines changed

4 files changed

+45
-45
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 34 additions & 34 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: 5 additions & 5 deletions
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,17 +240,17 @@ export class NodeInfoXpack {
240240
license?: NodeInfoXpackLicense
241241
security: NodeInfoXpackSecurity
242242
notification?: Dictionary<string, UserDefinedValue>
243+
ml?: NodeInfoXpackMl
243244
}
244245

245246
export class NodeInfoXpackSecurity {
246247
http: NodeInfoXpackSecuritySsl
247248
enabled: string
248249
transport?: NodeInfoXpackSecuritySsl
249250
authc?: NodeInfoXpackSecurityAuthc
250-
ml?: NodeInfoXpackSecurityMl
251251
}
252252

253-
export class NodeInfoXpackSecurityMl {
253+
export class NodeInfoXpackMl {
254254
use_auto_machine_memory_percent?: boolean
255255
}
256256

0 commit comments

Comments
 (0)