[DOCS] Correct refresh parm def for GET API (#56140)

This commit is contained in:
James Rodewig 2020-05-05 09:13:08 -04:00
parent bd17d098c4
commit d04ac8b496

View File

@ -160,7 +160,10 @@ include::{docdir}/rest-api/common-parms.asciidoc[tag=preference]
include::{docdir}/rest-api/common-parms.asciidoc[tag=realtime]
include::{docdir}/rest-api/common-parms.asciidoc[tag=refresh]
`refresh`::
(Optional, boolean)
If `true`, {es} refreshes the affected shards to make this operation visible to
search. If `false`, do nothing with refreshes. Defaults to `false`.
include::{docdir}/rest-api/common-parms.asciidoc[tag=routing]