Skip to main content
POST
Mark a task as done.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
taskId
string
required

The task ID to complete.

Response

Success

success
enum<boolean>
required
Available options:
true
data
object
required
meta
object