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"
}Changes
Changed in 1 of the 176 revisions of this API.11
- ●
added the new
endpoint_custom_yara_signaturesenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added the new
endpoint_custom_yara_signaturesenum value to the request propertyrequest-property-enum-value-added
- ●
Of the 176 revisions, 20 have no diff computed.