From 88dbdefdba7da79e3591ab7e56e59dacc281ccc6 Mon Sep 17 00:00:00 2001 From: Russ Cam Date: Wed, 10 Jun 2020 14:06:32 +1000 Subject: [PATCH] Mark Component and Index template APIs as experimental (#57910) This commit marks the Component Template and Index Template APIs as experimental. (cherry picked from commit a85f2bede8eb632e3837ac7630f8dfdf46da6b52) --- .../rest-api-spec/api/indices.simulate_index_template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.simulate_index_template.json b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.simulate_index_template.json index 889310e977142..2b81572f0aaaf 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.simulate_index_template.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.simulate_index_template.json @@ -4,7 +4,7 @@ "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html", "description": "Simulate matching the given index name against the index templates in the system" }, - "stability":"stable", + "stability":"experimental", "url":{ "paths":[ {