mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 09:28:27 +00:00
Mark ITv2 APIs as experimental (#55874)
This commit marks the V2 index and component template APIs experimental, with intent to mark them as "stable" in 7.9.0. Relates to #53101
This commit is contained in:
parent
ad6221c0cb
commit
1c73fcfc86
@ -4,7 +4,7 @@
|
||||
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-templates.html",
|
||||
"description":"Deletes a component template"
|
||||
},
|
||||
"stability":"stable",
|
||||
"stability":"experimental",
|
||||
"url":{
|
||||
"paths":[
|
||||
{
|
||||
|
@ -4,7 +4,7 @@
|
||||
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-templates.html",
|
||||
"description":"Returns information about whether a particular component template exist"
|
||||
},
|
||||
"stability":"stable",
|
||||
"stability":"experimental",
|
||||
"url":{
|
||||
"paths":[
|
||||
{
|
||||
|
@ -4,7 +4,7 @@
|
||||
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-templates.html",
|
||||
"description":"Returns one or more component templates"
|
||||
},
|
||||
"stability":"stable",
|
||||
"stability":"experimental",
|
||||
"url":{
|
||||
"paths":[
|
||||
{
|
||||
|
@ -4,7 +4,7 @@
|
||||
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-templates.html",
|
||||
"description":"Creates or updates a component template"
|
||||
},
|
||||
"stability":"stable",
|
||||
"stability":"experimental",
|
||||
"url":{
|
||||
"paths":[
|
||||
{
|
||||
|
@ -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":[
|
||||
{
|
||||
|
@ -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":[
|
||||
{
|
||||
|
@ -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":[
|
||||
{
|
||||
|
@ -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":[
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user