Update a task

Path Params
uuid
required

The unique identifier of the task.

Body Params

At least one field must be supplied.

string

The name of the task.

string | null

null is allowed. A longer description of the task.

string

The priority key of the task.

string

The status key of the task. Set this to a cancelled-category status to cancel the task. A task in a done-category status can be moved again: moving it to a status that reopens the task (anything outside the done and cancelled categories) clears completed_at, while moving it to a second done-category status or cancelling it keeps the original completion date. Cancelling is final: a task in a cancelled-category status cannot be transitioned again.

string
enum

The type of entity to link the task to.

Allowed:
string | null

The identifier of the entity to link the task to.

date-time | null

The date and time by which the task is due.

integer
≥ 1

The number of hours, from creation, within which the task is due.

Response

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