Update task

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

Path Params
string
required

The unique identifier of the task.

string
required

The unique identifier of the taskBoard

Body Params
userIds
array of integers
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.

Userids*
string
enum
required

An enumeration.

Allowed:
string
required

The title of the task

integer

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

integer

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

labelIds
array of strings

List of labels IDs associated with the task

Labelids
string
enum
Defaults to oneTime

An enumeration.

Allowed:
boolean
Defaults to false

Indicates if the task is archived

subTasks
array of objects

List of subtasks associated with the task

Subtasks
description
object

Specifies additional description on the task

Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json