Skip to content

Commit 1de905b

Browse files
committed
Revert "Fix cluster.put_component_template API"
This reverts commit 69c9eee.
1 parent 69c9eee commit 1de905b

File tree

5 files changed

+1
-44
lines changed

5 files changed

+1
-44
lines changed

output/openapi/elasticsearch-openapi.json

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

output/typescript/types.ts

Lines changed: 0 additions & 1 deletion
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: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ 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'
2625
import { IndexSettings } from './IndexSettings'
2726

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

0 commit comments

Comments
 (0)