[7.6] [DOCS] Clarify 'fields' option in SO.find docs (#71491) (#71723)

This commit is contained in:
Josh Dover 2020-07-14 13:12:29 -06:00 committed by GitHub
parent a04650d202
commit 39c5e38c1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ experimental[] Retrieve multiple {kib} saved objects by ID.
(Required, string) ID of the retrieved object. The ID includes the {kib} unique identifier or a custom identifier.
`fields`::
(Optional, array) The fields returned in the object response.
(Optional, array) The fields to return in the `attributes` key of the object response.
[[saved-objects-api-bulk-get-response-body]]
==== Response body

View file

@ -41,7 +41,7 @@ experimental[] Retrieve a paginated set of {kib} saved objects by various condit
(Optional, array|string) The fields to perform the `simple_query_string` parsed query against.
`fields`::
(Optional, array|string) The fields to return in the response.
(Optional, array|string) The fields to return in the `attributes` key of the response.
`sort_field`::
(Optional, string) The field that sorts the response.