Update Task
Update Task
Update a task’s fields
PATCH
Update Task
Update Task
Update one or more fields of an existing task. If the task is reassigned, the new assignee receives an email notification.Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faLanguage for the notification email:
en, es, fr, pt, it, dePath Parameters
UUID of the task
Body Parameters
All fields are optional — only include those you want to change.New task title
New description
New due date (YYYY-MM-DD)
New stage:
not_applicable, pending, in_progress, completed, validatedNew category
UUID of the new assignee
Updated list of tags (replaces existing)
If
true and stage is set to completed, all subtasks with pending or in_progress stage are also moved to completedResponse
Returns the updated task object.Task UUID
Task title
Task description
Due date (YYYY-MM-DD)
Task stage:
not_applicable, pending, in_progress, completed, validated, deletedTask category
Assigned user with
id, first_name, last_name, emailProjects this task belongs to, each with
id, name, type, etc.Task comments, each with
id and commentCompletion progress (0–100)
Task tags
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organization404 Not Found
Cause: The task does not exist or belongs to another organization422 Unprocessable Entity
Cause: Invalid field values in the request bodyRelated Endpoints
Get Task
View current task state
Task Versions
View task change history

