Skip to content

Commit

Permalink
[DOCS] Fixes data type for fields in find rules API (elastic#132163)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored and Bamieh committed May 16, 2022
1 parent 10d9be0 commit c15f38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/alerting/find_rules.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c15f38d

Please sign in to comment.