Skip to main content
PATCH
Update a deadline

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).

deadline_id
string
required

Body

application/json
title
string
required
type
enum<string>
required
Available options:
filing,
hearing,
creditor_notice,
inventory,
accounting,
distribution,
tax_return,
bond_renewal,
other
due_date
string<date>
required
description
string
completed_date
string<date>
status
enum<string>
Available options:
upcoming,
overdue,
completed,
waived
is_court_ordered
boolean
reminder_days_before
integer

Response

Deadline updated.

data
object