mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[DOCS] Fixes data type for fields in find rules API (#132163)
This commit is contained in:
parent
7e5fc82674
commit
784fd55780
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue