Skip to main content
Update case fields

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

id
string
required

ID of the case to update. Accepts either the case UUID (the id field on a case) or the readable identifier (the readable_id field, e.g. CASE-123).

Required string length: 1 - 64
Pattern: ^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}|[A-Z]+-[0-9]+)$
Example:

"3f166e9f-3c88-4af2-b52e-138f339dab3e"

Body

application/json

Partial set of fields to update on the case

resolutionReason
string

New case resolution reason. Leading and trailing whitespace is trimmed before the length limits are applied.

Required string length: 1 - 500
Pattern: ^[\s\S]*\S[\s\S]*$
Example:

"False alarm"

title
string

New case title. Leading and trailing whitespace is trimmed before the length limits are applied.

Required string length: 1 - 512
Pattern: ^[\s\S]*\S[\s\S]*$
Example:

"Database connection investigation"

Response

Response containing the updated case

case
Case · object
required

Updated case