[DOCS] Fixes data type for fields in find rules API (#132163) (#132177)

(cherry picked from commit 784fd55780)

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
This commit is contained in:
Kibana Machine 2022-05-12 14:36:52 -05:00 committed by GitHub
parent 475d2a6215
commit 88567e6413
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ NOTE: Rule `params` are stored as a {ref}/flattened.html[flattened field type] a
(Optional, array|string) The fields to perform the `simple_query_string` parsed query against.
`fields`::
(Optional, array|string) The fields to return in the `attributes` key of the response.
(Optional, array of strings) The fields to return in the `attributes` key of the response.
`sort_field`::
(Optional, string) Sorts the response. Could be a rule field returned in the `attributes` key of the response.