Skip to content

Commit 851c601

Browse files
authored
[DOCS] Fix stability and doc URL for rollup V2 JSON spec (#74992) (#74998)
1 parent 0262785 commit 851c601

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/rollup.rollup.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"rollup.rollup":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/rollup-api.html",
4+
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/xpack-rollup.html",
55
"description":"Rollup an index"
66
},
7-
"stability":"stable",
7+
"stability":"experimental",
88
"visibility":"public",
99
"headers":{
1010
"accept": [ "application/json"],

0 commit comments

Comments
 (0)