Skip to content

Commit d04ac8b

Browse files
committed
[DOCS] Correct refresh parm def for GET API (#56140)
1 parent bd17d09 commit d04ac8b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/reference/docs/get.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,10 @@ include::{docdir}/rest-api/common-parms.asciidoc[tag=preference]
160160

161161
include::{docdir}/rest-api/common-parms.asciidoc[tag=realtime]
162162

163-
include::{docdir}/rest-api/common-parms.asciidoc[tag=refresh]
163+
`refresh`::
164+
(Optional, boolean)
165+
If `true`, {es} refreshes the affected shards to make this operation visible to
166+
search. If `false`, do nothing with refreshes. Defaults to `false`.
164167

165168
include::{docdir}/rest-api/common-parms.asciidoc[tag=routing]
166169

0 commit comments

Comments
 (0)