Update a task
Partially updates a task by id via the Tasks marketplace app installed on the workspace. Only the provided fields are changed. The request is proxied to the app’s task API. Requires the Tasks app to be installed.
Authorizations
Path Parameters
Task id
Body
Task fields to update
ClientID assigns the task to a client user; CompanyID is required when set.
"64734088-94c7-47dd-b2fe-e5ac7e5cfaf4"
CompanyID assigns the task to a company; required when assigning to a client.
"550e8400-e29b-41d4-a716-446655440000"
Description is the optional long-form details of the task.
"Write the welcome email for new clients."
DueDate is when the task is due, in RFC 3339 format.
"2025-05-01T16:18:54Z"
InternalUserID assigns the task to an internal user.
"64734088-94c7-47dd-b2fe-e5ac7e5cfaf4"
IsArchived archives or unarchives the task. Used when updating a task.
false
Name is the human-readable name of the task.
"Draft the onboarding email"
ParentTaskID makes this task a subtask of the given parent task.
"550e8400-e29b-41d4-a716-446655440000"
Status is the task status: one of todo, inProgress, completed.
todo, inProgress, completed "todo"
TemplateID is the task template to create this task from.
"550e8400-e29b-41d4-a716-446655440000"
Viewers grant view access to the task (assignee must be an internal user).
Response
OK
Created is the RFC 3339 timestamp at which the object was created.
"2024-01-15T09:30:00Z"
Deleted is true when the object has been deleted; present only on delete responses.
true
Description is the optional long-form details of the task.
"Write the welcome email for new clients."
ID is the unique identifier of the object.
"550e8400-e29b-41d4-a716-446655440000"
Name is the human-readable title of the task.
"Draft the onboarding email"
Object is the type of the object (e.g. "client", "company").
client, internalUser, company, customField, customFieldOption, file, fileChannel, folder, messageChannel, message, notification Updated is the RFC 3339 timestamp at which the object was last updated.
"2024-02-20T14:05:00Z"