Skip to main content
PATCH
Update a task

Authorizations

Authorization
string
header
required

API key (nlmca_live_…) or OAuth access token

Path Parameters

id
string
required

Task id

Body

application/json
title
string

New title.

Maximum string length: 500
due_date
string | null

New due date as YYYY-MM-DD, or null to clear it.

assignee_id
string | null

Team member (user id) to assign to, or null to unassign.

completed
boolean

true marks the task done (sets completed_at), false reopens it.

Response

OK

data
object
required
meta
object
required