From 88690e1ca779fb078d0e037cbd7a10555f0799dd Mon Sep 17 00:00:00 2001 From: natasha-moore-elastic <137783811+natasha-moore-elastic@users.noreply.github.com> Date: Tue, 5 Dec 2023 09:32:35 +0000 Subject: [PATCH] Adds include_expired_exceptions parameter to Export exception list API docs (#4360) (cherry picked from commit 86523b257916127a9d6ba43aefc78347685e79c3) --- .../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