Skip to main content
PATCH
Update a task

Authorizations

x-api-key
string
header
required

API key with znift_ prefix. Create one in Profile > API Keys.

Path Parameters

taskId
string
required

Task ID

Body

application/json
text
string
Minimum string length: 1
dueTime
number | null
priority
enum<string> | null
Available options:
high,
medium,
low
timeSpent
number | null
details
string | null

Response

Task updated

success
boolean