Skip to main content
PATCH
Update a task

Authorizations

Authorization
string
header
required

Your API key, created in the Leadey dashboard under Settings → API Keys. Send it as Authorization: Bearer leadey_sk_live_….

Path Parameters

id
string
required

The resource id.

Body

application/json
label
string

What needs doing. Cannot be set to empty.

done
boolean

Mark the task complete or reopen it.

dueAt
string<date-time> | null

New due date, or null to remove the deadline.

assigneeId
string | null

Reassign, or null to unassign.

category
string

Task type.

Response

The updated task.

data
object
required