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

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

Body

application/json
name
string
slug
string
description
string | null
instructions
string | null
default_agent_type_id
string | null
review_agent_type_id
string | null
orchestration_mode
enum<string>
Available options:
auto,
human
intake_requirements
string[]
review_criteria
string[]
exit_criteria
string[]
skill_refs
string[]
default_metadata
object
default_work_items
object[]
is_active
boolean

Response

200

Matter type updated