Skip to main content
PATCH
Update a case

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

case_id
string
required

Unique case identifier (ULID format).

Body

application/json
queue_assignment
string
flow_position
string
estate_value
enum<string>
Available options:
unknown,
under_25k,
25k_to_100k,
100k_to_500k,
500k_to_1m,
over_1m
progress
enum<string>
Available options:
no_clue,
just_started,
making_progress,
almost_done,
completed
possible_dispute
enum<string>
Available options:
no_dispute_expected,
possible_dispute,
active_dispute

Response

Case updated.

data
object