v1

latestOpenAPI 3.1.02026-07-24145580597.0 KB
Tasks:v1:Tasks:TasksBoards

Update task

Update a quick task under a specified task board. Any new attachments will replace the existing ones.

put/tasks/v1/taskboards/{taskBoardId}/tasks/{taskId}

Path parameters

taskIdstring required

The unique identifier of the task.

The unique identifier of the task.

taskBoardIdstring required

The unique identifier of the taskBoard

The unique identifier of the taskBoard

Request body

userIdsinteger[] required

List of user IDs to assign the task to. If more than one user ID is specified, it will be treated as a group task. To assign the task to multiple users individually, separate the requests. If this field remains empty the status field must be 'draft' and not archived.

status'draft' | 'published' | 'completed' required

An enumeration.

titlestring required

The title of the task

startTimeinteger

The start time of the task in Unix format (in seconds)

dueDateinteger

The due date of the task in Unix format (in seconds)

labelIdsstring[]

List of labels IDs associated with the task

type'oneTime' | 'recurring'

An enumeration.

isArchivedboolean

Indicates if the task is archived

Response

Successful Response

requestIdstring