Skip to content

Commit b046d74

Browse files
smalyshevpquentin
andauthored
Add availability for new mode param (#5276)
* Add availability for new mode param * drop the default * contrib part too * Run make contrib --------- Co-authored-by: Quentin Pradet <[email protected]>
1 parent a1f9660 commit b046d74

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

output/openapi/elasticsearch-openapi.json

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

specification/indices/resolve_index/ResolveIndexRequest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ export interface Request extends RequestBase {
6767
allow_no_indices?: boolean
6868
/**
6969
* Filter indices by index mode - standard, lookup, time_series, etc. Comma-separated list of IndexMode. Empty means no filter.
70+
* @availability stack since=9.2.0 stability=stable
71+
* @availability serverless stability=stable visibility=public
7072
*/
7173
mode?: IndexMode | IndexMode[]
7274
}

0 commit comments

Comments
 (0)