Skip to content

Commit

Permalink
[DOCS] Fix stored_fields parameter description (#98385) (#108445) (#1…
Browse files Browse the repository at this point in the history
…08446)

(referenced from get and multi_get API docs)

Closes #98385
  • Loading branch information
nicktindall committed May 9, 2024
1 parent 554974d commit f6ac110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/rest-api/common-parms.asciidoc
Expand Up @@ -1062,8 +1062,8 @@ end::stats[]

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

tag::sync[]
Expand Down

0 comments on commit f6ac110

Please sign in to comment.