[apis] regenerate

This commit is contained in:
spalger
2016-02-20 12:59:30 -08:00
parent b3f63ef2d8
commit e9ef6db2cd
17 changed files with 295 additions and 54 deletions

View File

@ -6234,7 +6234,6 @@ api.termvectors = ca({
* @param {Duration} params.ttl - Expiration time for the document
* @param {Number} params.version - Explicit version number for concurrency control
* @param {String} params.versionType - Specific version type
* @param {Boolean} params.detectNoop - Specifying as true will cause Elasticsearch to check if there are changes and, if there arent, turn the update request into a noop.
* @param {String} params.id - Document ID
* @param {String} params.index - The name of the index
* @param {String} params.type - The type of the document
@ -6295,10 +6294,6 @@ api.update = ca({
'force'
],
name: 'version_type'
},
detectNoop: {
type: 'boolean',
name: 'detect_noop'
}
},
url: {