From d8d1f124033d1ef204a2b73c749b250e31c49a8c Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Thu, 12 May 2022 12:21:16 -0700 Subject: [PATCH] [DOCS] Fixes data type for fields in find rules API (#132163) (cherry picked from commit 784fd5578034238662c5a54469eabbf9b4afc801) --- docs/api/alerting/find_rules.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/alerting/find_rules.asciidoc b/docs/api/alerting/find_rules.asciidoc index 2df8b3522725c..48c4bb25e0eea 100644 --- a/docs/api/alerting/find_rules.asciidoc +++ b/docs/api/alerting/find_rules.asciidoc @@ -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.