Skip to main content
POST
Mark a task as blocked.

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 block.

reason
string
required

Why this task is blocked (posted as a comment).

Response

Success

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