From d0488eeee72651fd40bfda6ca5b1d3ffb4725bcb Mon Sep 17 00:00:00 2001 From: ericamick Date: Tue, 17 May 2016 08:26:35 -0400 Subject: [PATCH] Update api_conventions.asciidoc --- docs/api_conventions.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api_conventions.asciidoc b/docs/api_conventions.asciidoc index 2c559f981..dff92b546 100755 --- a/docs/api_conventions.asciidoc +++ b/docs/api_conventions.asciidoc @@ -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` -- <>