Skip to content

Commit d312f39

Browse files
committed
Set rest spec to stable/public
1 parent f9ff7cc commit d312f39

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/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
},

rest-api-spec/src/main/resources/rest-api-spec/api/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
},

rest-api-spec/src/main/resources/rest-api-spec/api/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)