API Reference

Update task

Update data on a specific task by its id.

Path Params
int32
required

The id of the task.

Body Params
string

The subject or title of the task.

date

Defines when the task is due.

string

The "assignee type" the task is assigned to. "u" for User or "t" for Team.

int32

The id of the assignee this task is assigned to.

string

A brief description or additional context about the task.

boolean

Determines if the task is high priority.

boolean

Determines if the task has been completed or not.

int32

Defines what project this task is related to.

boolean

Determines if the task assignee will receive an alert when this task is created.

boolean

Determines if the task creator will receive an alert when this task is completed.

Headers
string
required
Defaults to application/json
string
required
Defaults to application/json
Responses

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