v44

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-05-192301780.0 KB
Matters

Update work item

Update a matter work item.

patch/matters/v1/{id}/work-items/{workItemId}

Path parameters

idstring required
workItemIdstring required

Request body

titlestring
descriptionstring
type'task' | 'deadline' | 'review' | 'filing' | 'communication' | 'research' | 'drafting' | 'collection' | 'intake'
status'draft' | 'queued' | 'in_progress' | 'blocked' | 'in_review' | 'awaiting_human' | 'done' | 'canceled'
priority'low' | 'normal' | 'high' | 'urgent'
assignee_idstring nullable
instructionsstring nullable
exit_criteriastring[]
metadataobject
due_atstring date-time nullable
started_atstring date-time nullable
completed_atstring date-time nullable

Response

Work item updated