regenerated the API
This commit is contained in:
@ -775,6 +775,7 @@ api.cluster.prototype.putSettings = ca({
|
||||
*
|
||||
* @param {Object} params - An object with parameters used to carry out this action
|
||||
* @param {Boolean} params.dryRun - Simulate the operation only and return the resulting state
|
||||
* @param {Boolean} params.explain - Return an explanation of why the commands can or cannot be executed
|
||||
* @param {Boolean} params.filterMetadata - Don't return cluster state metadata (default: false)
|
||||
* @param {Date, Number} params.masterTimeout - Explicit operation timeout for connection to master node
|
||||
* @param {Date, Number} params.timeout - Explicit operation timeout
|
||||
@ -785,6 +786,9 @@ api.cluster.prototype.reroute = ca({
|
||||
type: 'boolean',
|
||||
name: 'dry_run'
|
||||
},
|
||||
explain: {
|
||||
type: 'boolean'
|
||||
},
|
||||
filterMetadata: {
|
||||
type: 'boolean',
|
||||
name: 'filter_metadata'
|
||||
|
||||
@ -775,6 +775,7 @@ api.cluster.prototype.putSettings = ca({
|
||||
*
|
||||
* @param {Object} params - An object with parameters used to carry out this action
|
||||
* @param {Boolean} params.dryRun - Simulate the operation only and return the resulting state
|
||||
* @param {Boolean} params.explain - Return an explanation of why the commands can or cannot be executed
|
||||
* @param {Boolean} params.filterMetadata - Don't return cluster state metadata (default: false)
|
||||
* @param {Date, Number} params.masterTimeout - Explicit operation timeout for connection to master node
|
||||
* @param {Date, Number} params.timeout - Explicit operation timeout
|
||||
@ -785,6 +786,9 @@ api.cluster.prototype.reroute = ca({
|
||||
type: 'boolean',
|
||||
name: 'dry_run'
|
||||
},
|
||||
explain: {
|
||||
type: 'boolean'
|
||||
},
|
||||
filterMetadata: {
|
||||
type: 'boolean',
|
||||
name: 'filter_metadata'
|
||||
|
||||
Reference in New Issue
Block a user