Security Endpoint Exceptions API
Update an Elastic Endpoint rule exception list item
Spaces method and path for this operation:
<div><span class="operation-verb put">put</span> <span class="operation-path">/s/{space_id}/api/endpoint_list/items</span></div>Refer to Spaces for more information.
Update an Elastic Endpoint exception list item, specified by the id or item_id field.
put/api/endpoint_list/items
Request body
Example request
{
"entries": [
{
"list": {
"id": "21b01cfb-058d-44b9-838c-282be16c91cd"
}
}
],
"id": "71a9f4b2-c85c-49b4-866f-c71eb9e67da2",
"item_id": "simple_list_item"
}Response
Successful response
Example response
{
"entries": [
{
"list": {
"id": "21b01cfb-058d-44b9-838c-282be16c91cd"
}
}
],
"id": "71a9f4b2-c85c-49b4-866f-c71eb9e67da2",
"item_id": "simple_list_item",
"list_id": "simple_list"
}