Skip to content

Commit

Permalink
Add availability annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Nov 15, 2024
1 parent 5ab68c3 commit bfc5bc6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions specification/indices/_types/IndexTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,14 @@ export class IndexTemplate {
* Marks this index template as deprecated.
* When creating or updating a non-deprecated index template that uses deprecated components,
* Elasticsearch will emit a deprecation warning.
* @availability stack since=8.12.0
* @availability serverless
*/
deprecated?: boolean
/**
* A list of component template names that are allowed to be absent.
* @availability stack since=8.7.0
* @availability serverless
*/
ignore_missing_component_templates?: Names
}
Expand Down

0 comments on commit bfc5bc6

Please sign in to comment.