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

This commit is contained in:
Josh Dover 2020-07-14 13:13:13 -06:00 committed by GitHub
parent 8c59cd431a
commit 734eb88089
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[] Retrieves 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.