Skip to main content
POST
Call the completeTask mutation

Authorizations

Authorization
string
header
required

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

Body

application/json
completed
boolean
required
taskId
string
required
response
any

Arbitrary JSON value

Response

The value returned by completeTask

Whatever the function returns