Skip to content

Commit 2a327b1

Browse files
authored
[DOCS] Fix stored_fields parameter description (#98385) (#108445) (#108447)
(referenced from get and multi_get API docs) Closes #98385
1 parent 8539583 commit 2a327b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/rest-api/common-parms.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -980,8 +980,8 @@ end::stats[]
980980

981981
tag::stored_fields[]
982982
`stored_fields`::
983-
(Optional, Boolean) If `true`, retrieves the document fields stored in the
984-
index rather than the document `_source`. Defaults to `false`.
983+
(Optional, string)
984+
A comma-separated list of <<mapping-store,`stored fields`>> to include in the response.
985985
end::stored_fields[]
986986

987987
tag::sync[]

0 commit comments

Comments
 (0)