Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Mar 30, 2022
1 parent 14d0978 commit 9fc34a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/cases/cases-api-find-cases.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Defaults to `OR`.
(Optional, array of strings) The fields in the entity to return in the response.

`from`::
(Optional, string) **experimental** A KQL date to limit the retrieved cases to after a specific date. It supports date math expressions.
(Optional, string) Returns only cases that were created after a specific date. The date must be specified as a <<kuery-query,KQL>> data range or date match expression. preview:[]

`owner`::
(Optional, string or array of strings) A filter to limit the retrieved cases to
Expand Down Expand Up @@ -82,7 +82,7 @@ Defaults to `desc`.
(Optional, string or array of strings) Filters the returned cases by tags.

`to`::
(Optional, string) **experimental** A KQL date to limit the retrieved cases to before a specific date. It supports date math expressions.
(Optional, string) Returns only cases that were created before a specific date. The date must be specified as a <<kuery-query,KQL>> data range or date match expression. preview:[]

=== Response code

Expand Down

0 comments on commit 9fc34a1

Please sign in to comment.