From f00e6c4902f033386d552b7aa7d97fdf95578c43 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 10:01:04 +0000 Subject: [PATCH] Adds include_expired_exceptions parameter to Export exception list API docs (#4360) (#4386) (cherry picked from commit 86523b257916127a9d6ba43aefc78347685e79c3) Co-authored-by: natasha-moore-elastic <137783811+natasha-moore-elastic@users.noreply.github.com> --- .../detections/api/exceptions/api-export-exception-list.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/detections/api/exceptions/api-export-exception-list.asciidoc b/docs/detections/api/exceptions/api-export-exception-list.asciidoc index 4413566b83..a3b4a583a0 100644 --- a/docs/detections/api/exceptions/api-export-exception-list.asciidoc +++ b/docs/detections/api/exceptions/api-export-exception-list.asciidoc @@ -21,6 +21,7 @@ Exports an exception list and its associated items to an `.ndjson` file. * `agnostic`: Available in all {kib} spaces. |No, defaults to `single`. +|`include_expired_exceptions` |Boolean |Determines whether to include expired exceptions in the exported list. |No, defaults to `true`. |============================================== ===== Example request