Skip to content

Commit d9243c3

Browse files
Update rest-api-spec (#4341)
Co-authored-by: pquentin <[email protected]>
1 parent d84ef93 commit d9243c3

File tree

4 files changed

+12
-18
lines changed

4 files changed

+12
-18
lines changed

output/schema/schema.json

Lines changed: 6 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_json_spec/indices.delete_data_stream_options.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html",
55
"description": "Deletes the data stream options of the selected data streams."
66
},
7-
"stability": "experimental",
8-
"visibility": "feature_flag",
9-
"feature_flag": "es.failure_store_feature_flag_enabled",
7+
"stability": "stable",
8+
"visibility": "public",
109
"headers": {
1110
"accept": ["application/json"]
1211
},

specification/_json_spec/indices.get_data_stream_options.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html",
55
"description": "Returns the data stream options of the selected data streams."
66
},
7-
"stability": "experimental",
8-
"visibility": "feature_flag",
9-
"feature_flag": "es.failure_store_feature_flag_enabled",
7+
"stability": "stable",
8+
"visibility": "public",
109
"headers": {
1110
"accept": ["application/json"]
1211
},

specification/_json_spec/indices.put_data_stream_options.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html",
55
"description": "Updates the data stream options of the selected data streams."
66
},
7-
"stability": "experimental",
8-
"visibility": "feature_flag",
9-
"feature_flag": "es.failure_store_feature_flag_enabled",
7+
"stability": "stable",
8+
"visibility": "public",
109
"headers": {
1110
"accept": ["application/json"],
1211
"content_type": ["application/json"]

0 commit comments

Comments
 (0)