Update an allow list
Add incidents to an allow list with a list of incident IDs. This will allow any associated script actions with those incidents. See GET incidents to retrieve a list of incident IDs.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
This endpoint expects an object.
incidentIds
An array of incident IDs to add to the list. At least one ID is required.
comment
The reason for adding incidents to the list.
updatedBy
The username or identifier of the person updating the list.
appBased
Whether to block other incidents across the app on different host domains that match the same incident behavior.
Response
Success
message