Skip to content

Commit

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

(referenced from get and multi_get API docs)

Closes elastic#98385
  • Loading branch information
nicktindall authored and markjhoy committed May 9, 2024
1 parent bdcd185 commit be4615e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/rest-api/common-parms.asciidoc
Original file line number Diff line number Diff line change
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 be4615e

Please sign in to comment.