Tasks
Update a task
Changes a task, or completes it with done: true.
Only the keys present in the body are touched. Send dueAt: null to remove a deadline.
PATCH
Update a task
Authorizations
Your API key, created in the Leadey dashboard under Settings → API Keys. Send it as Authorization: Bearer leadey_sk_live_….
Path Parameters
The resource id.
Body
application/json
Response
The updated task.
Update a task