Update api_conventions.asciidoc

This commit is contained in:
ericamick
2016-05-17 08:26:35 -04:00
committed by spalger
parent 531f57b004
commit d0488eeee7

View File

@ -19,7 +19,7 @@ NOTE: the https://github.com/fullscale/elastic.js[elastic.js] or https://github.
`filterPath`::
+
`String|String[]` -- Starting in **elasticsearch 1.6** the `filterPath` parameter can be passed to any API to filter it's reponse values. See the https://www.elastic.co/guide/en/elasticsearch/reference/master/common-options.html#_response_filtering[elasticsearch response filtering docs] for more information.
`String|String[]` -- Starting in **elasticsearch 1.6** the `filterPath` parameter can be passed to any API to filter its reponse values. See the https://www.elastic.co/guide/en/elasticsearch/reference/master/common-options.html#_response_filtering[elasticsearch response filtering docs] for more information.
=== Config values you can override per request
* `requestTimeout` -- <<config-request-timeout, more info>>