Update request-body.asciidoc

Added link from `timeout` to time-units

Closes #6361
This commit is contained in:
Clinton Gormley 2014-07-28 11:08:39 +02:00
parent 5631bbb02b
commit be86556946
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ And here is a sample response:
|Name |Description
|`timeout` |A search timeout, bounding the search request to be executed
within the specified time value and bail with the hits accumulated up to
that point when expired. Defaults to no timeout.
that point when expired. Defaults to no timeout. See <<time-units>>.
|`from` |The starting from index of the hits to return. Defaults to `0`.