Skip to main content

updateTask

Updates a Task

Arguments

assigneeIds[ID!]

An optional array of User IDs to assign to the Task

completedBoolean

Whether the Task has been completed

deadlineDeadlineInput

A deadline for the Task to be completed

descriptionString

The description of the Task

editorIdID!

The User who is updating the Task

idID!

The unique identifier of the Task

notifyAssigneesBoolean

Whether to notify any newly assigned users that the have been assigned to the Task

repeatTaskRepeatInput

When the Task will repeat

tags[String!]

A list of tags to associate with the Task

timezoneString

The timezone of the Task

titleString

The title of the Task

Returns

UpdateTaskPayload!