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

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
incidentIdslist of stringsRequired
An array of incident IDs to add to the list. At least one ID is required.
commentstringOptional
The reason for adding incidents to the list.
updatedBystringOptional
The username or identifier of the person updating the list.
appBasedbooleanOptional
Whether to block other incidents across the app on different host domains that match the same incident behavior.

Response

Success
messagestring or null

Errors