Update case

Updates a transaction monitoring case.

Path Params
uuid
required

Globally unique identifier for the case.

Body Params

Parameters for updating a case. All fields are optional; omitted fields are left unchanged. The nullable fields title, assignee, and sla_deadline can be cleared by sending null.

string
enum

Status of a case as it progresses through the review workflow:

  • OPEN - The case has been created and is still collecting matching transactions
  • ASSIGNED - An analyst has been assigned and transaction collection has stopped
  • IN_REVIEW - The case is actively being investigated
  • ESCALATED - The case has been reviewed and requires additional oversight
  • RESOLVED - A determination has been made and a resolution recorded
  • CLOSED - The case is finalized
Allowed:
string | null

New title for the case, or null to clear it

string | null

New assignee for the case, or null to unassign

string
enum

Outcome recorded when a case is resolved:

  • CONFIRMED_FRAUD - The reviewed activity was confirmed to be fraudulent
  • SUSPICIOUS_ACTIVITY - The activity is suspicious but not confirmed fraud
  • FALSE_POSITIVE - The activity was legitimate and the alert was a false positive
  • NO_ACTION_REQUIRED - No further action is required
  • ESCALATED_EXTERNAL - The case was escalated to an external party
Allowed:
string

Notes describing the resolution

tags
object

Arbitrary key-value metadata to set on the case

string
enum

Priority level of a case, controlling queue ordering and SLA urgency

Allowed:
date-time | null

New SLA deadline for the case, or null to clear it

string

Optional client-provided identifier for the actor performing this action, recorded on the resulting activity entry. This value is supplied by the client (for example, your own internal user ID) and is not authenticated by Lithic

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json