[apis] regenerate

This commit is contained in:
spalger
2018-07-03 09:42:31 -07:00
parent 6d5f535236
commit 15422ddbed
9 changed files with 12476 additions and 211 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -52,9 +52,10 @@ Default in Node:::
+
WARNING: This default will track the latest version of Elasticsearch, and is only intended to be used during development. It is highly recommended that you set this parameter in all code that is headed to production.
Default ::: `'6.2'`
Default ::: `'6.3'`
Options in node :::
* `'6.3'`
* `'6.2'`
* `'6.1'`
* `'6.0'`
@ -72,11 +73,11 @@ Options in node :::
* `'master'` (unstable)
Options in the browser :::
* `'6.3'`
* `'6.2'`
* `'6.1'`
* `'6.0'`
* `'5.6'`
* `'5.5'`
* `'6.x'` (unstable)
* `'master'` (unstable)

View File

@ -22,6 +22,8 @@ include::development.asciidoc[]
include::api_methods.asciidoc[]
include::api_methods_6_2.asciidoc[]
include::api_methods_6_1.asciidoc[]
include::api_methods_6_0.asciidoc[]