Update case

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:

FieldTypeDescription
case_idStringUnique identifier of the case on your platform
previously_existedBooleanIf entity (with the same case_id) already exists
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!