Update case

Update an existing case. Only the fields included in the request body are modified; omitted fields remain unchanged.

Common updates include changing the status, updating assignees or followers, modifying the description, or linking to an external issue.

Path Params
uuid
required
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$

Unique case ID

Body Params
string
length ≥ 1

Case name

string
length ≥ 1

Case description

string | null

Case external ID

string
enum

Case status

Allowed:
string
enum

Case type

Allowed:
assigneeIDs
array of strings

Case assignee IDs

assigneeIDs
followerIDs
array of strings

Case follower IDs

followerIDs
mutedIDs
array of strings
mutedIDs
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json