From d22f7f98bd130e9532176ccb98d4438156c1606e Mon Sep 17 00:00:00 2001 From: Nastasha Solomon Date: Mon, 5 May 2025 16:06:57 -0400 Subject: [PATCH 1/2] First draft --- .../api/exceptions/api-get-exception-containers.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/detections/api/exceptions/api-get-exception-containers.asciidoc b/docs/detections/api/exceptions/api-get-exception-containers.asciidoc index ef77d442b8..43d9853152 100644 --- a/docs/detections/api/exceptions/api-get-exception-containers.asciidoc +++ b/docs/detections/api/exceptions/api-get-exception-containers.asciidoc @@ -14,6 +14,11 @@ The URL query must include the container's `id` or `list_id`: * `id` - `GET /api/exception_lists?id=` * `list_id` - `GET /api/exception_lists?list_id=` +(Optional) Use `namespace_type` to to get an exception containers that is available in all {kib} spaces or just the space in which it is created. The available value are: + +* `single`: Only available in the {kib} space in which it is created. This is the default value. +* `agnostic`: Available in all {kib} spaces. + ===== Example request Retrieves the list container with a `list_id` of `allowed-processes`: From 41c9dfafce32fe3077ad714f80ac56755ae2bb30 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon Date: Mon, 5 May 2025 17:10:49 -0400 Subject: [PATCH 2/2] missing "s" --- .../api/exceptions/api-get-exception-containers.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/detections/api/exceptions/api-get-exception-containers.asciidoc b/docs/detections/api/exceptions/api-get-exception-containers.asciidoc index 43d9853152..dedc24bef6 100644 --- a/docs/detections/api/exceptions/api-get-exception-containers.asciidoc +++ b/docs/detections/api/exceptions/api-get-exception-containers.asciidoc @@ -14,7 +14,7 @@ The URL query must include the container's `id` or `list_id`: * `id` - `GET /api/exception_lists?id=` * `list_id` - `GET /api/exception_lists?list_id=` -(Optional) Use `namespace_type` to to get an exception containers that is available in all {kib} spaces or just the space in which it is created. The available value are: +(Optional) Use `namespace_type` to to get an exception containers that is available in all {kib} spaces or just the space in which it is created. The available values are: * `single`: Only available in the {kib} space in which it is created. This is the default value. * `agnostic`: Available in all {kib} spaces.