Skip to content

Commit 64e5dfc

Browse files
authored
Update low-level client with latest changes from 7.x (#5117)
1 parent 3113731 commit 64e5dfc

16 files changed

+85
-37
lines changed

src/ApiGenerator/RestSpecification/Core/cluster.delete_component_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html",
55
"description":"Deletes a component template"
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

src/ApiGenerator/RestSpecification/Core/cluster.exists_component_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html",
55
"description":"Returns information about whether a particular component template exist"
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

src/ApiGenerator/RestSpecification/Core/cluster.get_component_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html",
55
"description":"Returns one or more component templates"
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

src/ApiGenerator/RestSpecification/Core/cluster.put_component_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html",
55
"description":"Creates or updates a component template"
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

src/ApiGenerator/RestSpecification/Core/indices.delete_index_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html",
55
"description":"Deletes an index template."
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

src/ApiGenerator/RestSpecification/Core/indices.exists_index_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html",
55
"description":"Returns information about whether a particular index template exists."
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

src/ApiGenerator/RestSpecification/Core/indices.get_index_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html",
55
"description":"Returns an index template."
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

src/ApiGenerator/RestSpecification/Core/indices.put_index_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html",
55
"description":"Creates or updates an index template."
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

src/ApiGenerator/RestSpecification/Core/indices.simulate_index_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html",
55
"description": "Simulate matching the given index name against the index templates in the system"
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

src/ApiGenerator/RestSpecification/Core/indices.simulate_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html",
55
"description": "Simulate resolving the given template name or body"
66
},
7-
"stability":"experimental",
7+
"stability":"stable",
88
"url":{
99
"paths":[
1010
{

0 commit comments

Comments
 (0)