Skip to main content
PATCH
Partially update task

Authorizations

Authorization
string
header
required

API key authentication via Bearer token

Path Parameters

id
string<uuid>
required

Task UUID

Example:

"123e4567-e89b-12d3-a456-426614174000"

Body

application/json
title
string
Required string length: 1 - 500
Example:

"Review Q4 budget"

description
string
Required string length: 1 - 10000
Example:

"Complete budget review before end of quarter"

category
enum<string> | null
Available options:
bug_fix,
documentation,
feature_request,
meeting,
other,
planning,
research,
review,
null
Example:

"review"

importance
enum<string> | null
Available options:
low,
medium,
high,
null
Example:

"high"

urgency
enum<string> | null
Available options:
low,
medium,
high,
null
Example:

"medium"

status
enum<string>
Available options:
backlog,
todo,
in_progress,
in_review,
done,
cancelled
Example:

"in_progress"

dueDate
string<date-time> | null
Example:

"2024-12-31T23:59:59Z"

contactId
string<uuid> | null
Example:

"123e4567-e89b-12d3-a456-426614174000"

messageId
string<uuid> | null
Example:

"123e4567-e89b-12d3-a456-426614174001"

metadata
object | null
Example:

Response

Task updated successfully

data
object
required
meta
object
Last modified on August 9, 2026