Skip to content

Commit 81976b2

Browse files
authored
Mark Data Stream Lifecycle APIs to stable (#114780)
Data Stream Lifecycle has GA'ed in 8.14, so we can safely mark these as stable.
1 parent 075cd24 commit 81976b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/indices.delete_data_lifecycle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams-delete-lifecycle.html",
55
"description":"Deletes the data stream lifecycle of the selected data streams."
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"visibility":"public",
99
"headers":{
1010
"accept": [ "application/json"]

rest-api-spec/src/main/resources/rest-api-spec/api/indices.explain_data_lifecycle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/data-streams-explain-lifecycle.html",
55
"description": "Retrieves information about the index's current data stream lifecycle, such as any potential encountered error, time since creation etc."
66
},
7-
"stability": "experimental",
7+
"stability": "stable",
88
"visibility": "public",
99
"headers": {
1010
"accept": [

rest-api-spec/src/main/resources/rest-api-spec/api/indices.get_data_lifecycle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams-get-lifecycle.html",
55
"description":"Returns the data stream lifecycle of the selected data streams."
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"visibility":"public",
99
"headers":{
1010
"accept": [ "application/json"]

rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_data_lifecycle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams-put-lifecycle.html",
55
"description":"Updates the data stream lifecycle of the selected data streams."
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"visibility":"public",
99
"headers":{
1010
"accept": [ "application/json"]

0 commit comments

Comments
 (0)