Skip to main content
POST
Mark a task as done

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

taskId
string
required

The ID of the task to mark as done.

Required string length: 40

Body

application/json
completedAt
string<date-time>
required

The date and time the task was completed, in ISO 8601 format.

Maximum string length: 30
Example:

"2025-07-17T09:00:00.000Z"

Response

The task marked as done with its updated completedAt field.

data
object
required

A task created by a user.

Example:
deprecations
string[]
Example: