Skip to main content
PUT
Update task status

Authorizations

Authorization
string
header
required

API key or session token (Bearer)

Path Parameters

id
string
required

Body

application/json
status
string
required

Response

The updated task

id
string
required
projectId
string
required
position
number | null
required

Order within its column, ascending.

number
number | null
required

Per-project counter shown as {projectSlug}-{number}.

userId
string | null
required

The assignee, if any.

title
string
required
description
string | null
required
status
string
required

The slug of the column the task sits in.

priority
string
required

One of: no-priority, low, medium, high, urgent.

startDate
string<date-time> | null
required
dueDate
string<date-time> | null
required
createdAt
string<date-time>
required