Skip to main content
PUT
A focused alternative to PUT /api/v1/tasks/ when you only need to change status. Setting completed auto-populates completedDate to now (if not already set).

Authentication

Requires a key with the tasks:write scope.

Path parameters

string
required
Task UUID.

Request body

string
required
One of pending, in_progress, completed, overdue, cancelled.

Response

Returns the updated task wrapped under data.

Errors