Skip to main content
PATCH
Update several tasks at once

Authorizations

Authorization
string
header
required

A pc_… token generated from Settings > API & MCP.

Body

application/json
taskIds
string<uuid>[]
required

Ids of the tasks concerned (50 maximum).

Required array length: 1 - 50 elements

Identifier of a row.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
areaId
string<uuid> | null

Identifier of a row.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
deadline
string<date> | null

Local day key, YYYY-MM-DD.

Pattern: ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$
headingId
string<uuid> | null

Heading of the project or area that groups the task. null moves it back to the top. It must belong to the same parent as the task.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
priority
integer

0 none · 1 low · 2 medium · 3 high · 4 “goal of the day”. Out of range is a 400.

Required range: 0 <= x <= 4
projectId
string<uuid> | null

Identifier of a row.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
time
string

Time HH:MM — only meaningful alongside a date.

Pattern: ^([01]\d|2[0-3]):[0-5]\d$
visibility
enum<string>

Who sees this task on shared and social surfaces. Defaults to private on create.

Available options:
public,
anonymized,
private
when

Scheduling: today, anytime (Later), someday (Future), or a YYYY-MM-DD date. Not to be confused with deadline, which is the due date.

Available options:
today,
anytime,
someday

Response

Success.

count
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
taskIds
string[]
required