Skip to main content
PATCH
Update closure step

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

step_id
string
required

Body

application/json
status
enum<string>
Available options:
not_started,
in_progress,
blocked,
waiting,
completed,
skipped
blocked_reason
string
assigned_to
string
due_date
string<date>
completed_date
string<date>
notes
string

Response

Closure step updated.

data
object