From 8b0a1f0478d3b2786a59a162bac39a27f35c78ea Mon Sep 17 00:00:00 2001 From: Nick Tindall Date: Thu, 9 May 2024 16:04:54 +1000 Subject: [PATCH] [DOCS] Fix stored_fields parameter description (#98385) (referenced from get and multi_get API docs) Closes #98385 --- docs/reference/rest-api/common-parms.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/rest-api/common-parms.asciidoc b/docs/reference/rest-api/common-parms.asciidoc index dd264c0e5bcd2d..6770d58b3a451d 100644 --- a/docs/reference/rest-api/common-parms.asciidoc +++ b/docs/reference/rest-api/common-parms.asciidoc @@ -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 <>d fields to include in the response. end::stored_fields[] tag::sync[]