Skip to content

Commit

Permalink
[DOCS] Fixes data type for fields in find rules API (#132163) (#132172)
Browse files Browse the repository at this point in the history
(cherry picked from commit 784fd55)

Co-authored-by: Lisa Cawley <[email protected]>
  • Loading branch information
kibanamachine and lcawl authored May 12, 2022
1 parent 59b5499 commit 4b997eb
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 4b997eb

Please sign in to comment.