Skip to content

Commit 16e801e

Browse files
authored
Update low-level client with latest changes from master (#5118)
1 parent f974897 commit 16e801e

21 files changed

+85
-199
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@
4949
"pb"
5050
]
5151
},
52-
"local":{
53-
"type":"boolean",
54-
"description":"Return local information, do not retrieve the state from master node (default: false)",
55-
"deprecated":{
56-
"version":"8.0.0",
57-
"description":"This parameter does not affect the request. It will be removed in a future release."
58-
}
59-
},
6052
"master_timeout":{
6153
"type":"time",
6254
"description":"Explicit operation timeout for connection to master node"

src/ApiGenerator/RestSpecification/Core/cat.shards.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@
4949
"pb"
5050
]
5151
},
52-
"local":{
53-
"type":"boolean",
54-
"description":"Return local information, do not retrieve the state from master node (default: false)",
55-
"deprecated":{
56-
"version":"8.0.0",
57-
"description":"This parameter does not affect the request. It will be removed in a future release."
58-
}
59-
},
6052
"master_timeout":{
6153
"type":"time",
6254
"description":"Explicit operation timeout for connection to master node"

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.get_upgrade.json

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)