Security Exceptions API
Update an exception list
Spaces method and path for this operation:
<div><span class="operation-verb put">put</span> <span class="operation-path">/s/{space_id}/api/exception_lists</span></div>Refer to Spaces for more information.
Update an exception list using the id or list_id field.
put/api/exception_lists
Request body
Example request
{
"description": "Different description",
"list_id": "simple_list",
"name": "Updated exception list name",
"os_types": [
"linux"
],
"tags": [
"draft malware"
],
"type": "detection"
}Response
Successful response
Example response
{
"description": "This list tracks allowlisted values.",
"id": "9e5fc75a-a3da-46c5-96e3-a2ec59c6bb85",
"list_id": "simple_list",
"name": "My exception list"
}