Skip to main content
PATCH
/
matters
/
v1
/
{id}
/
work-items
/
{workItemId}
curl -X PATCH "https://api.case.dev/matters/v1/%3Cstring%3E/work-items/%3Cstring%3E" \ -H "Authorization: Bearer $CASEDEV_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "title": "<string>", "description": "<string>", "type": "task" }'

Documentation Index

Fetch the complete documentation index at: https://docs.case.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required
workItemId
string
required

Body

application/json
title
string
description
string
type
enum<string>
Available options:
task,
deadline,
review,
filing,
communication,
research,
drafting,
collection,
intake
status
enum<string>
Available options:
draft,
queued,
in_progress,
blocked,
in_review,
awaiting_human,
done,
canceled
priority
enum<string>
Available options:
low,
normal,
high,
urgent
assignee_id
string | null
instructions
string | null
exit_criteria
string[]
metadata
object
due_at
string<date-time> | null
started_at
string<date-time> | null
completed_at
string<date-time> | null

Response

200

Work item updated