Skip to content

Commit

Permalink
[Backport 8.x] Mark data lifecycle APIs as stable (#3109) (#3117)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Nov 12, 2024
1 parent a968d42 commit d95e952
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 50 deletions.
97 changes: 52 additions & 45 deletions output/schema/schema-serverless.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams-delete-lifecycle.html",
"description": "Deletes the data stream lifecycle of the selected data streams."
},
"stability": "experimental",
"stability": "stable",
"visibility": "public",
"headers": {
"accept": ["application/json"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/data-streams-explain-lifecycle.html",
"description": "Retrieves information about the index's current data stream lifecycle, such as any potential encountered error, time since creation etc."
},
"stability": "experimental",
"stability": "stable",
"visibility": "public",
"headers": {
"accept": ["application/json"]
Expand Down
2 changes: 1 addition & 1 deletion specification/_json_spec/indices.get_data_lifecycle.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams-get-lifecycle.html",
"description": "Returns the data stream lifecycle of the selected data streams."
},
"stability": "experimental",
"stability": "stable",
"visibility": "public",
"headers": {
"accept": ["application/json"]
Expand Down
5 changes: 3 additions & 2 deletions specification/_json_spec/indices.put_data_lifecycle.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams-put-lifecycle.html",
"description": "Updates the data stream lifecycle of the selected data streams."
},
"stability": "experimental",
"stability": "stable",
"visibility": "public",
"headers": {
"accept": ["application/json"]
"accept": ["application/json"],
"content_type": ["application/json"]
},
"url": {
"paths": [
Expand Down

0 comments on commit d95e952

Please sign in to comment.