put https://sandbox1-api.unit21.com/v1/cases//update
Update a case through its unit21_id
. ONLY EXTERNAL CASES CAN BE UPDATED!
Updating a case has no required fields. You MAY send any subset of the fields that the cases/create
endpoint accepts.
This endpoint requires the unit21_id
which is a unique ID created by Unit21 when the case is first created.
Note that you can also update an alert using an upsert through /cases/create
.
Follow the links for more information:
The response will consist of the following fields:
Field | Type | Description |
---|---|---|
case_id | String | Unique identifier of the case on your platform |
previously_existed | Boolean | If entity (with the same case_id ) already exists |