Skip to content

[BUG] Missing param in exception list fetch #6823

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: 8.15
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ The URL query must include the container's `id` or `list_id`:
* `id` - `GET /api/exception_lists?id=<id>`
* `list_id` - `GET /api/exception_lists?list_id=<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 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.

===== Example request

Retrieves the list container with a `list_id` of `allowed-processes`:
Expand Down