Skip to main content
PATCH
Update Alert
Applies to BloodHound Enterprise Only

Authorizations

Authorization
string
header
required

Authorization: Bearer $JWT_TOKEN

Headers

Prefer
string
default:wait=30

Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240. Passing in wait=-1 bypasses all timeout limits when the feature is enabled.

Pattern: ^wait=(-1|[0-9]+)$

Path Parameters

alert_id
string<uuid>
required

ID of an alert. uuidv4

Body

application/json

Partial update for an alert. All fields are optional. If subscriptions is present, the supplied array fully replaces the current subscription set for this alert in one transaction (delete-omitted / insert-new / update-existing by composite key (channel_id, event_type)). Omit subscriptions to leave bindings unchanged.

name
string
description
string
disabled
boolean
subscriptions
object[]

Response

OK

data
object