Skip to content

Commit b606cc2

Browse files
kibanamachinelcawl
andauthored
[DOCS] Fixes data type for fields in find rules API (elastic#132163) (elastic#132169)
(cherry picked from commit 784fd55) Co-authored-by: Lisa Cawley <[email protected]>
1 parent dacd587 commit b606cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/alerting/find_rules.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ NOTE: Rule `params` are stored as a {ref}/flattened.html[flattened field type] a
4343
(Optional, array|string) The fields to perform the `simple_query_string` parsed query against.
4444

4545
`fields`::
46-
(Optional, array|string) The fields to return in the `attributes` key of the response.
46+
(Optional, array of strings) The fields to return in the `attributes` key of the response.
4747

4848
`sort_field`::
4949
(Optional, string) Sorts the response. Could be a rule field returned in the `attributes` key of the response.

0 commit comments

Comments
 (0)