Skip to content

Commit bfc5bc6

Browse files
committed
Add availability annotations
1 parent 5ab68c3 commit bfc5bc6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

specification/indices/_types/IndexTemplate.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,14 @@ export class IndexTemplate {
6868
* Marks this index template as deprecated.
6969
* When creating or updating a non-deprecated index template that uses deprecated components,
7070
* Elasticsearch will emit a deprecation warning.
71+
* @availability stack since=8.12.0
72+
* @availability serverless
7173
*/
7274
deprecated?: boolean
7375
/**
7476
* A list of component template names that are allowed to be absent.
77+
* @availability stack since=8.7.0
78+
* @availability serverless
7579
*/
7680
ignore_missing_component_templates?: Names
7781
}

0 commit comments

Comments
 (0)