浏览代码

Mark Component and Index template APIs as experimental (#57910)

This commit marks the Component Template and
Index Template APIs as experimental.
Russ Cam 5 年之前
父节点
当前提交
a85f2bede8

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/cluster.delete_component_template.json

@@ -4,7 +4,7 @@
       "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html",
       "description":"Deletes a component template"
     },
-    "stability":"stable",
+    "stability":"experimental",
     "url":{
       "paths":[
         {

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/cluster.exists_component_template.json

@@ -4,7 +4,7 @@
       "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html",
       "description":"Returns information about whether a particular component template exist"
     },
-    "stability":"stable",
+    "stability":"experimental",
     "url":{
       "paths":[
         {

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/cluster.get_component_template.json

@@ -4,7 +4,7 @@
       "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html",
       "description":"Returns one or more component templates"
     },
-    "stability":"stable",
+    "stability":"experimental",
     "url":{
       "paths":[
         {

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/cluster.put_component_template.json

@@ -4,7 +4,7 @@
       "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html",
       "description":"Creates or updates a component template"
     },
-    "stability":"stable",
+    "stability":"experimental",
     "url":{
       "paths":[
         {

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/indices.delete_index_template.json

@@ -4,7 +4,7 @@
       "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html",
       "description":"Deletes an index template."
     },
-    "stability":"stable",
+    "stability":"experimental",
     "url":{
       "paths":[
         {

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/indices.exists_index_template.json

@@ -4,7 +4,7 @@
       "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html",
       "description":"Returns information about whether a particular index template exists."
     },
-    "stability":"stable",
+    "stability":"experimental",
     "url":{
       "paths":[
         {

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/indices.get_index_template.json

@@ -4,7 +4,7 @@
       "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html",
       "description":"Returns an index template."
     },
-    "stability":"stable",
+    "stability":"experimental",
     "url":{
       "paths":[
         {

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_index_template.json

@@ -4,7 +4,7 @@
       "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html",
       "description":"Creates or updates an index template."
     },
-    "stability":"stable",
+    "stability":"experimental",
     "url":{
       "paths":[
         {

+ 1 - 1
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":[
         {

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/indices.simulate_template.json

@@ -4,7 +4,7 @@
       "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html",
       "description": "Simulate resolving the given template name or body"
     },
-    "stability":"stable",
+    "stability":"experimental",
     "url":{
       "paths":[
         {