Skip to content

Commit

Permalink
Allow null version in cat component templates API (#3519)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Jan 15, 2025
1 parent cf1f2c9 commit 19b608a
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 14 deletions.
10 changes: 9 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.

10 changes: 9 additions & 1 deletion output/openapi/elasticsearch-serverless-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 17 additions & 5 deletions output/schema/schema-serverless.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 17 additions & 5 deletions 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/cat/component_templates/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

export class ComponentTemplate {
name: string
version: string
version: string | null
alias_count: string
mapping_count: string
settings_count: string
Expand Down

0 comments on commit 19b608a

Please sign in to comment.