Skip to main content
PATCH
Error

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

case_id
string<uuid>
required
task_id
string<uuid>
required
workspace_id
string<uuid>
required

Body

application/json
title
string | null
Required string length: 1 - 255
description
string | null
Maximum string length: 1000
priority
enum<string> | null

Case priority values aligned with urgency levels.

Values: UNKNOWN (0): No priority is assigned LOW (1): Application or personal procedure is unusable, where a workaround is available or a repair is possible MEDIUM (2): Non-critical function or procedure is unusable or hard to use causing operational disruptions with no direct impact on a service's availability. A workaround is available HIGH (3): Critical functionality or network access is interrupted, degraded or unusable, having a severe impact on services availability. No acceptable alternative is possible CRITICAL (4): Interruption making a critical functionality inaccessible or a complete network interruption causing a severe impact on services availability. There is no possible alternative OTHER (99): The priority is not normalized

Available options:
unknown,
low,
medium,
high,
critical,
other
status
enum<string> | null

Case task status values.

Available options:
todo,
in_progress,
completed,
blocked
assignee_id
string<uuid> | null
workflow_id
Pattern: wf_[0-9a-zA-Z]+
default_trigger_values
Default Trigger Values · object | null

Response

Successful Response

id
string<uuid>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
case_id
string<uuid>
required
title
string
required
description
string | null
required
priority
enum<string>
required

Case priority values aligned with urgency levels.

Values: UNKNOWN (0): No priority is assigned LOW (1): Application or personal procedure is unusable, where a workaround is available or a repair is possible MEDIUM (2): Non-critical function or procedure is unusable or hard to use causing operational disruptions with no direct impact on a service's availability. A workaround is available HIGH (3): Critical functionality or network access is interrupted, degraded or unusable, having a severe impact on services availability. No acceptable alternative is possible CRITICAL (4): Interruption making a critical functionality inaccessible or a complete network interruption causing a severe impact on services availability. There is no possible alternative OTHER (99): The priority is not normalized

Available options:
unknown,
low,
medium,
high,
critical,
other
status
enum<string>
required

Case task status values.

Available options:
todo,
in_progress,
completed,
blocked
workflow_id
string | null
required
Pattern: wf_[0-9a-zA-Z]+
assignee
UserRead · object | null
default_trigger_values
Default Trigger Values · object | null