Skip to content

Commit 69c9eee

Browse files
committed
Fix cluster.put_component_template API
1 parent 94b2f1a commit 69c9eee

File tree

5 files changed

+44
-1
lines changed

5 files changed

+44
-1
lines changed

output/openapi/elasticsearch-openapi.json

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

specification/indices/_types/IndexState.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import { TypeMapping } from '@_types/mapping/TypeMapping'
2222
import { DataStreamLifecycle } from '@indices/_types/DataStreamLifecycle'
2323
import { Dictionary } from '@spec_utils/Dictionary'
2424
import { Alias } from './Alias'
25+
import { DataStreamOptionsTemplate } from './DataStreamOptions'
2526
import { IndexSettings } from './IndexSettings'
2627

2728
export class IndexState {
@@ -31,6 +32,11 @@ export class IndexState {
3132
/** Default settings, included when the request's `include_default` is `true`. */
3233
defaults?: IndexSettings
3334
data_stream?: DataStreamName
35+
/**
36+
* @availability stack since=8.18.0 stability=stable
37+
* @availability serverless stability=stable
38+
*/
39+
data_stream_options?: DataStreamOptionsTemplate
3440
/**
3541
* Data stream lifecycle applicable if this is a data stream.
3642
* @availability stack since=8.11.0 stability=stable

0 commit comments

Comments
 (0)