Skip to content

Commit ea76b77

Browse files
Allow null version in cat component templates API (#3519) (#3523)
(cherry picked from commit 19b608a) Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
1 parent 5c3f5db commit ea76b77

File tree

6 files changed

+54
-14
lines changed

6 files changed

+54
-14
lines changed

output/openapi/elasticsearch-openapi.json

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

output/openapi/elasticsearch-serverless-openapi.json

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

output/schema/schema-serverless.json

Lines changed: 17 additions & 5 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: 17 additions & 5 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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/cat/component_templates/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
export class ComponentTemplate {
2121
name: string
22-
version: string
22+
version: string | null
2323
alias_count: string
2424
mapping_count: string
2525
settings_count: string

0 commit comments

Comments
 (0)