put https://sandbox1-api.unit21.com/v1/alerts//update
Updates an alert's information using the unit21_id
.
Updating an alert has no required fields. You MAY send any subset of the fields that the alerts/create
endpoint accepts.
This endpoint requires the unit21_id
which is a unique ID created by Unit21 when the entity is first created.
Please note that if verification_result_id
is included, it will link the entity that is associated with the verification result with the alert regardless of the list_merge_strategy
provided in the options
field.
Follow the links for more information:
The response will consist of the following fields:
Field | Type | Description |
---|---|---|
alert_id | String | Unique identifier of the alert on your platform |
unit21_id | String | Internal ID of the alert within Unit21's system |
previously_existed | Boolean | If alert (with the same alert_id ) already exists |