Skip to main content
PATCH
Update case status, resolution, or assignee

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Path Parameters

id
string
required

The case id (uuid).

Body

application/json
status
enum<string>
Available options:
open,
in_review,
resolved
resolution
enum<string>

Only "dismissed" is settable here — "escalated" is only set via POST /escalate.

Available options:
dismissed
assignee
string<email> | null
Example:

"compliance@example.com"

Response

200 - application/json
id
string
required
workspace_id
string
required
title
string
required
status
enum<string>
required
Available options:
open,
in_review,
resolved
severity
enum<string>
required
Available options:
severe,
high,
medium,
low
source_type
enum<string>
required
Available options:
risk_screen,
sanctions_screen,
alert_event,
manual
subject
object
required
created_at
string
required
updated_at
string
required
viewed
boolean
required

Whether the calling user has opened this case before.

comments
object[]
required
resolution
enum<string> | null
Available options:
dismissed,
escalated
source_id
string | null
assignee
string | null
created_by
string | null
resolved_at
string | null
evidence_summary
object | null
Last modified on August 5, 2026